]> code.ossystems Code Review - openembedded-core.git/commitdiff
util-linux.inc: Fix DEPENDS on gettext for native case
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Jan 2011 19:52:04 +0000 (19:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Jan 2011 19:52:04 +0000 (19:52 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/meta-toolchain-gmae.bb
meta/recipes-core/util-linux/util-linux.inc

index 71d5b16f8bf1f7a94455dc8151e29c144443a74c..595aba303035726d61184ed917d8c48c5875a49f 100644 (file)
@@ -1,4 +1,5 @@
 TOOLCHAIN_TARGET_GMAETASK ?= "task-poky-standalone-gmae-sdk-target task-poky-standalone-gmae-sdk-target-dbg"
 TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_GMAETASK}"
 TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-gmae-${DISTRO_VERSION}"
+PROVIDES = "meta-toolchain-sdk"
 require meta-toolchain.bb
index cef44cdba5585454662dbaac8d7569d99457eef8..551e3c926a20ec1bf0ef17883ea126767e54672d 100644 (file)
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=1530e36fe1304d4535513de90a290df9
                     file://getopt/COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 
 DEPENDS = "zlib ncurses virtual/libintl"
-DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native"
+DEPENDS_virtclass-native = "zlib-native ncurses-native lzo-native gettext-native"
 
 inherit autotools gettext