mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 13:36:08 +00:00
autoconf:fix autoreconf run failed on x86-64 gmae-toolchain
Update autoconf runtime dependencies on perl and perl modules. And remove RDEPENDS for nativesdk because the nativesdk-autoconf has same dependencies with autoconf. Then fixes autoreconf runs failed both on target and toolchain. Bump up PR. Cherry-pick commit 3533e801eecb26ae9f97649ed2f675c3965a797b [Yocto 3100] (From OE-Core rev: 1f98d3ea9f89347ed841faec65893170c72bb18e) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
18fe42cef9
commit
8120f2c7f8
@ -8,9 +8,23 @@ SECTION = "devel"
|
||||
DEPENDS += "m4-native"
|
||||
DEPENDS_virtclass-native = "m4-native gnu-config-native"
|
||||
DEPENDS_virtclass-nativesdk = "nativesdk-m4 nativesdk-gnu-config"
|
||||
RDEPENDS_${PN} = "m4 gnu-config"
|
||||
RDEPENDS_${PN} = "m4 gnu-config \
|
||||
perl \
|
||||
perl-module-carp \
|
||||
perl-module-constant \
|
||||
perl-module-errno \
|
||||
perl-module-exporter \
|
||||
perl-module-file-basename \
|
||||
perl-module-file-compare \
|
||||
perl-module-file-copy \
|
||||
perl-module-file-glob \
|
||||
perl-module-file-path \
|
||||
perl-module-file-stat \
|
||||
perl-module-getopt-long \
|
||||
perl-module-io-file \
|
||||
perl-module-posix \
|
||||
"
|
||||
RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native"
|
||||
RDEPENDS_${PN}_virtclass-nativesdk = "nativesdk-m4 nativesdk-gnu-config"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \
|
||||
file://program_prefix.patch"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
require autoconf.inc
|
||||
|
||||
PR = "r9"
|
||||
PR = "r10"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user