[oe-commits] Saul Wold : oprofileui: Use inherit gettext

git at git.openembedded.org git at git.openembedded.org
Sat Sep 5 05:30:09 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 27b5e396d0e63f0fd35cd111342deb7f16805212
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=27b5e396d0e63f0fd35cd111342deb7f16805212

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Sep  3 13:20:35 2015 -0700

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 at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 1dfd0c6..8fcf014 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"
 



More information about the Openembedded-commits mailing list