aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext
diff options
context:
space:
mode:
authorMartin Ertsaas <mertsas@cisco.com>2012-09-11 10:30:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-12 15:13:39 +0100
commitf20b8ffc5c883c7fa8444c82a65e1e19c81ffb11 (patch)
treecae578ce15746abf7bb5b89f903fe1d793aab7f6 /meta/recipes-core/gettext
parent925594a94becc139379f7332fa3a9a1ea340c2c7 (diff)
downloadopenembedded-core-contrib-f20b8ffc5c883c7fa8444c82a65e1e19c81ffb11.tar.gz
gettext: Make gettext 0.16.1 extend native and nativesdk.
gettext 0.16.1 is a GPLv2 version of gettext. Making that extend native and nativesdk makes sure we use the same version of gettext for compiling internally as well as in our toolchain. (From OE-Core rev: 6322a1b3680d2480c96433fde5a913b3bf2d09ea) Signed-off-by: Martin Ertsaas <mertsas@cisco.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext')
-rw-r--r--meta/recipes-core/gettext/gettext_0.16.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb
index fa8a2138f9..00045d5560 100644
--- a/meta/recipes-core/gettext/gettext_0.16.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.16.1.bb
@@ -93,3 +93,5 @@ FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \
do_install_append() {
rm -f ${D}${libdir}/preloadable_libintl.so
}
+
+BBCLASSEXTEND = "native nativesdk"