]> code.ossystems Code Review - openembedded-core.git/commitdiff
oprofileui: Use inherit gettext
authorSaul Wold <sgw@linux.intel.com>
Thu, 3 Sep 2015 20:20:35 +0000 (13:20 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 19 Sep 2015 10:52:53 +0000 (11:52 +0100)
oprofileui uses gettext during the configuration task so should be inherit
gettext. This issue appears when an older version of gettext is used do to
pinning to the older non-gplv3 version.

[YOCTO #7795]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-kernel/oprofile/oprofileui.inc

index 1dfd0c64ee9f6094c52bbbcd4e530137836bf8aa..8fcf014a95bb0b1e508a770548b2e84a0280c61d 100644 (file)
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 DEPENDS = "glib-2.0 avahi intltool-native"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig gettext
 
 EXTRA_OECONF = "--with-avahi"