diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-05-23 16:47:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-25 23:59:32 +0100 |
commit | 5a88343af3f5fc620306a27261b89190a2e3a241 (patch) | |
tree | e80c7c677d3ececb69b5b35c39820bf797daf201 /meta | |
parent | be8ceea70d3016027806d6c5adc8b567e8176aa6 (diff) | |
download | poky-5a88343af3f5fc620306a27261b89190a2e3a241.tar.gz |
xkeyboard-config: Drop explicit dep on virtual/gettext
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
(From OE-Core rev: 0492eb8d781c49e29139d42973832593dd69cae5)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb index d00904df21..168b840939 100644 --- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb +++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.20.bb | |||
@@ -17,7 +17,7 @@ SRC_URI[md5sum] = "1f68886339116ae3877052204c9b9b88" | |||
17 | SRC_URI[sha256sum] = "d1bfc72553c4e3ef1cd6f13eec0488cf940498b612ab8a0b362e7090c94bc134" | 17 | SRC_URI[sha256sum] = "d1bfc72553c4e3ef1cd6f13eec0488cf940498b612ab8a0b362e7090c94bc134" |
18 | 18 | ||
19 | SECTION = "x11/libs" | 19 | SECTION = "x11/libs" |
20 | DEPENDS = "intltool-native virtual/gettext util-macros libxslt-native" | 20 | DEPENDS = "intltool-native util-macros libxslt-native" |
21 | 21 | ||
22 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" | 22 | EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps" |
23 | 23 | ||