summaryrefslogtreecommitdiffstats
path: root/meta
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:56:28 +0000
commite6ea83feceb2c2eb77d707ed060a0ce29af79c4c (patch)
tree5928698de5c2b7a07ac51fae3f4f56935d4e68f6 /meta
parent613e985811b500561b31d2320d13f50de6210254 (diff)
downloadpoky-e6ea83feceb2c2eb77d707ed060a0ce29af79c4c.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) (From OE-Core rev: 660f7ea484d503a49fc8bdf870398ae346304b05) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 @@
3# 3#
4 4
5DESCRIPTION = "Host packages for the standalone SDK or external toolchain" 5DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
6PR = "r10" 6PR = "r11"
7LICENSE = "MIT" 7LICENSE = "MIT"
8ALLOW_EMPTY = "1" 8ALLOW_EMPTY = "1"
9 9
@@ -22,6 +22,8 @@ RDEPENDS_${PN} = "\
22 unfs-server-nativesdk \ 22 unfs-server-nativesdk \
23 opkg-nativesdk \ 23 opkg-nativesdk \
24 libtool-nativesdk \ 24 libtool-nativesdk \
25 autoconf-nativesdk \
26 automake-nativesdk \
25 " 27 "
26 28
27RDEPENDS_${PN}_darwin8 = "\ 29RDEPENDS_${PN}_darwin8 = "\