[oe-commits] Martin Ertsaas : gettext: Make gettext 0.16.1 extend native and nativesdk.

git at git.openembedded.org git at git.openembedded.org
Wed Sep 12 13:53:46 UTC 2012


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

Author: Martin Ertsaas <mertsas at cisco.com>
Date:   Tue Sep 11 10:30:18 2012 +0200

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.

Signed-off-by: Martin Ertsaas <mertsas at cisco.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/gettext/gettext_0.16.1.bb |    2 ++
 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 fa8a213..00045d5 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"





More information about the Openembedded-commits mailing list