From d1aabea25aa7ac46a7693acb52ccfe465c63f9bf Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Wed, 30 Nov 2011 16:45:45 +0800 Subject: 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] Signed-off-by: Wenzong Fan Signed-off-by: Richard Purdie --- meta/recipes-core/tasks/task-sdk-host-nativesdk.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core') 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 = "\ -- cgit 1.2.3-korg