mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
gnu-config: Extend to provide nativesdk recipe
We need to provide autoconf-natviesdk in meta-toolchain, the gnu-config-nativesdk is required by it. (From OE-Core rev: 5e134b60773fa948c586dae777a6e75dce29d27d) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d759c8b4d5
commit
d977988d52
@@ -8,7 +8,7 @@ DEPENDS_virtclass-native = "perl-native-runtime"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-yocto-${PV}.tgz \
|
||||
file://config-guess-uclibc.patch \
|
||||
@@ -38,4 +38,4 @@ do_install () {
|
||||
PACKAGES = "${PN}"
|
||||
FILES_${PN} = "${bindir} ${datadir}/gnu-config"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user