]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-sdk-host-nativesdk: add autotools nativesdk to meta-toolchain
authorWenzong Fan <wenzong.fan@windriver.com>
Wed, 30 Nov 2011 08:45:45 +0000 (16:45 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2011 15:09:52 +0000 (15:09 +0000)
Add automake-nativesdk and autoconf-nativesdk to meta-toolchain for
fixing the configure issue:
    WARNING: unrecognized options: --with-libtool-sysroot

This will allow user to run 'autoreconf' under their projects and
process the libtool m4 macros correctly.

[YOCTO #1603]

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/tasks/task-sdk-host-nativesdk.bb

index 5ec40b140c8a9c661685f892bdf2dad3d404fd01..920f359eea1cc7d4fe3569743ae3bb2b01af20a6 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
-PR = "r10"
+PR = "r11"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
@@ -22,6 +22,8 @@ RDEPENDS_${PN} = "\
     unfs-server-nativesdk \
     opkg-nativesdk \
     libtool-nativesdk \
+    autoconf-nativesdk \
+    automake-nativesdk \
     "
 
 RDEPENDS_${PN}_darwin8 = "\