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>
This commit is contained in:
Wenzong Fan 2011-11-30 16:45:45 +08:00 committed by Richard Purdie
parent 613e985811
commit e6ea83fece
1 changed files with 3 additions and 1 deletions

View 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 = "\