mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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:
committed by
Richard Purdie
parent
613e985811
commit
e6ea83fece
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
|
DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
|
||||||
PR = "r10"
|
PR = "r11"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
@@ -22,6 +22,8 @@ RDEPENDS_${PN} = "\
|
|||||||
unfs-server-nativesdk \
|
unfs-server-nativesdk \
|
||||||
opkg-nativesdk \
|
opkg-nativesdk \
|
||||||
libtool-nativesdk \
|
libtool-nativesdk \
|
||||||
|
autoconf-nativesdk \
|
||||||
|
automake-nativesdk \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS_${PN}_darwin8 = "\
|
RDEPENDS_${PN}_darwin8 = "\
|
||||||
|
|||||||
Reference in New Issue
Block a user