summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2011-11-30 16:45:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-28 14:53:37 +0000
commit660f7ea484d503a49fc8bdf870398ae346304b05 (patch)
tree7b1a0214f591c98193a585c7df8c1c639b7a3739
parent0b30e122e40472f5f1609cd9a513e6c4d198ac35 (diff)
downloadopenembedded-core-660f7ea484d503a49fc8bdf870398ae346304b05.tar.gz
task-sdk-host-nativesdk: add autotools nativesdk to meta-toolchain
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] (From OE-Core rev: d1aabea25aa7ac46a7693acb52ccfe465c63f9bf) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Joshua Lock <josh@linux.intel.com>
-rw-r--r--meta/recipes-core/tasks/task-sdk-host-nativesdk.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/tasks/task-sdk-host-nativesdk.bb b/meta/recipes-core/tasks/task-sdk-host-nativesdk.bb
index 5ec40b140c..920f359eea 100644
--- a/meta/recipes-core/tasks/task-sdk-host-nativesdk.bb
+++ b/meta/recipes-core/tasks/task-sdk-host-nativesdk.bb
@@ -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 = "\