From 800a3dc9b0ab28163433c35dbd87951cfe444166 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 3 Sep 2015 13:20:35 -0700 Subject: 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] (From OE-Core rev: 9a747554ba985970009a065f3403b94565e698e3) Signed-off-by: Saul Wold Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-kernel/oprofile/oprofileui.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf