]> code.ossystems Code Review - openembedded-core.git/commitdiff
xkeyboard-config: Drop explicit dep on virtual/gettext
authorKhem Raj <raj.khem@gmail.com>
Tue, 23 May 2017 23:47:43 +0000 (16:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 May 2017 22:57:01 +0000 (23:57 +0100)
let gettext.bbclass provide the defaults they
are good for it.
What it needs it a dep on gettext-native for intltool-native
which now intltool-native expresses correctly

Helps compile when distros disable NLS

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb

index d00904df215c42967a400755d2d0d8160f8ebeeb..168b8409395979365aef1bef8eeb89d16a356a04 100644 (file)
@@ -17,7 +17,7 @@ SRC_URI[md5sum] = "1f68886339116ae3877052204c9b9b88"
 SRC_URI[sha256sum] = "d1bfc72553c4e3ef1cd6f13eec0488cf940498b612ab8a0b362e7090c94bc134"
 
 SECTION = "x11/libs"
-DEPENDS = "intltool-native virtual/gettext util-macros libxslt-native"
+DEPENDS = "intltool-native util-macros libxslt-native"
 
 EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"