]> code.ossystems Code Review - openembedded-core.git/commitdiff
gettext: Make gettext 0.16.1 extend native and nativesdk.
authorMartin Ertsaas <mertsas@cisco.com>
Tue, 11 Sep 2012 08:30:18 +0000 (10:30 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Sep 2012 13:44:53 +0000 (14:44 +0100)
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.

Signed-off-by: Martin Ertsaas <mertsas@cisco.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/gettext/gettext_0.16.1.bb

index fa8a2138f96d08e47dbb4440a25a6dba06be3529..00045d55605cd8802634b88ccd4852cb70065bdd 100644 (file)
@@ -93,3 +93,5 @@ FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \
 do_install_append() {
        rm -f ${D}${libdir}/preloadable_libintl.so
 }
+
+BBCLASSEXTEND = "native nativesdk"