aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-09-17 00:39:35 -0700
committerRobert Yang <liezhi.yang@windriver.com>2015-09-17 19:31:46 -0700
commit7fab77e612b616c57fa474334a2415477828fe58 (patch)
treee13f1c63d547853c7c1e6b223a9a777b8639af05 /meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
parentf0189829498e30231d826c9f55aad73e622d076e (diff)
downloadopenembedded-core-contrib-7fab77e612b616c57fa474334a2415477828fe58.tar.gz
meta: fix build with gettext 0.16.1rbt/low_version
The gettext 0.16.1 doesn't install any m4 files to sysroot, please see the following commit: commit 9e10db5bdfe77c0ef2aff2f1cf89958b62c294a1 Author: Christopher Larson <kergoth@gmail.com> Date: Mon Mar 17 18:10:54 2014 +0000 gettext-0.16.1: kill target m4 macros from sysroot This is aim for using gettext-native's macros(gettext-native-0.19.4), but when we set: PREFERRED_VERSION_gettext = "0.16.1" And build the recipes like pcmanfm, we would get errors when do_configure: configure:5164: error: possibly undefined macro: AM_NLS This is because autotools_copy_aclocals doesn't copy the native macros for target unless they're direct dependencies. inherit gettext will fix the problem. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb b/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
index 7a452410b7..b78439ee43 100644
--- a/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
+++ b/meta/recipes-graphics/xorg-app/xwininfo_1.1.3.bb
@@ -9,6 +9,8 @@ and a number of other items."
LIC_FILES_CHKSUM = "file://COPYING;md5=78976cd3115f6faf615accc4e094d90e"
DEPENDS += "libxext libxmu"
+inherit gettext
+
PE = "0"
SRC_URI[md5sum] = "b777bafb674555e48fd8437618270931"