summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2011-11-30 16:45:45 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 15:15:08 +0000
commit1f2b546f3d65c27f6423695b7e28300565b7afc2 (patch)
treea137d8bfc4498f8127b48e29d30f0e177c55f6ce /meta/recipes-core/tasks
parent3648d3056899044ecb85d4b7c0fe173f8b511475 (diff)
downloadpoky-1f2b546f3d65c27f6423695b7e28300565b7afc2.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>
Diffstat (limited to 'meta/recipes-core/tasks')
-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 = "\