diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2011-11-30 16:45:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-30 15:15:08 +0000 |
commit | 1f2b546f3d65c27f6423695b7e28300565b7afc2 (patch) | |
tree | a137d8bfc4498f8127b48e29d30f0e177c55f6ce /meta | |
parent | 3648d3056899044ecb85d4b7c0fe173f8b511475 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/tasks/task-sdk-host-nativesdk.bb | 4 |
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 | ||
5 | DESCRIPTION = "Host packages for the standalone SDK or external toolchain" | 5 | DESCRIPTION = "Host packages for the standalone SDK or external toolchain" |
6 | PR = "r10" | 6 | PR = "r11" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | ALLOW_EMPTY = "1" | 8 | ALLOW_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 | ||
27 | RDEPENDS_${PN}_darwin8 = "\ | 29 | RDEPENDS_${PN}_darwin8 = "\ |