summaryrefslogtreecommitdiffstats
path: root/meta
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-18 19:22:23 +0100
commit1245acce1899c2ffef0750b8c33d8c63b36f3c7c (patch)
treeb094d241be803373662c2afc9afd14ff028e3dd3 /meta
parent6516ecd07507c917f1f46e26eed7826015f1d1ec (diff)
downloadpoky-1245acce1899c2ffef0750b8c33d8c63b36f3c7c.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] (From OE-Core rev: 7a161f8685c551892218a9a7877c10bdcd170c0e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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"
10 10
11DEPENDS = "glib-2.0 avahi intltool-native" 11DEPENDS = "glib-2.0 avahi intltool-native"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig gettext
14 14
15EXTRA_OECONF = "--with-avahi" 15EXTRA_OECONF = "--with-avahi"
16 16