aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2015-09-03 13:20:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-19 11:52:53 +0100
commit9a747554ba985970009a065f3403b94565e698e3 (patch)
tree967c1dd2b04af21ec3cfc232a79843185054a4d1
parent75b25e7d463ed1af0fd9b3dd56e407e6e72b0f6a (diff)
downloadopenembedded-core-contrib-9a747554ba985970009a065f3403b94565e698e3.tar.gz
oprofileui: Use inherit gettext
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>
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc
index 1dfd0c64ee..8fcf014a95 100644
--- a/meta/recipes-kernel/oprofile/oprofileui.inc
+++ b/meta/recipes-kernel/oprofile/oprofileui.inc
@@ -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"