summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2014-11-26 08:22:14 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-26 17:05:47 +0000
commitaa8bfdfa22e2e8c6828d7fea7b653d1e839d7301 (patch)
treede4717e048a21f5755b744e00b7fcb97f5b56ba4 /meta/recipes-graphics
parent5c69d24f5631b1595e051586e85ce5dfd1858460 (diff)
downloadpoky-aa8bfdfa22e2e8c6828d7fea7b653d1e839d7301.tar.gz
xkeyboard-config: Inherit gettext
In a GPLv3-free build we have two different versions of gettext in sysroot due to GPLv3 restrictions. In this case we need gettext-native too so we can have the needed macros and avoid errors like: "error: possibly undefined macro: AM_GNU_GETTEXT" The needed dependency is added by gettext class which is prefered because it takes care of NLS flags too. (From OE-Core rev: 23d8a4d64e9ff126d6460a69e6d086b1c86e87a9) (From OE-Core rev: 1975981e7777748c2b45b16e47ec704a9c37b56b) Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb
index 61e38470c1..adac0eedd8 100644
--- a/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb
+++ b/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.12.bb
@@ -23,7 +23,7 @@ EXTRA_OECONF = "--with-xkb-rules-symlink=xorg --disable-runtime-deps"
23 23
24FILES_${PN} += "${datadir}/X11/xkb" 24FILES_${PN} += "${datadir}/X11/xkb"
25 25
26inherit autotools pkgconfig 26inherit autotools pkgconfig gettext
27 27
28do_install_append () { 28do_install_append () {
29 install -d ${D}${datadir}/X11/xkb/compiled 29 install -d ${D}${datadir}/X11/xkb/compiled