The xkeyboard-config listed intltool as a dependency, when in fact
it requires intltool-native in order to complete the do_configure
task.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Saul Wold <sgw@linux.intel.com>
SRC_URI[sha256sum] = "e293aa4b0dd259dbb4f0e7f56fdd95db5047d052c7b3b80922fe5663923a805d"
SECTION = "x11/libs"
-DEPENDS = "intltool xkbcomp-native glib-2.0"
+DEPENDS = "intltool-native xkbcomp-native glib-2.0"
-PR = "r0"
+PR = "r1"
EXTRA_OECONF = "--with-xkb-rules-symlink=xorg"