mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
autoconf: update runtime perl module dependencies
Test in SDK was failing to execute: $ autoreconf --install --force due to missing perl modules. Add the needed perl modules for target build: perl-module-bytes perl-module-thread-queue perl-module-threads Duplicate the perl module dependencies for SDK as well. Now autoreconf runs with a trivial example. (From OE-Core rev: 71764105510e2a98150f63aae0ada1600ad33041) Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
42643285cd
commit
09a2975e72
@@ -10,24 +10,49 @@ DEPENDS_class-native = "m4-native gnu-config-native"
|
||||
DEPENDS_class-nativesdk = "nativesdk-m4 nativesdk-gnu-config"
|
||||
RDEPENDS_${PN} = "m4 gnu-config \
|
||||
perl \
|
||||
perl-module-bytes \
|
||||
perl-module-carp \
|
||||
perl-module-constant \
|
||||
perl-module-data-dumper \
|
||||
perl-module-errno \
|
||||
perl-module-exporter \
|
||||
perl-module-file-basename \
|
||||
perl-module-file-compare \
|
||||
perl-module-file-copy \
|
||||
perl-module-file-find \
|
||||
perl-module-file-glob \
|
||||
perl-module-file-path \
|
||||
perl-module-file-stat \
|
||||
perl-module-file-find \
|
||||
perl-module-getopt-long \
|
||||
perl-module-io-file \
|
||||
perl-module-posix \
|
||||
perl-module-data-dumper \
|
||||
perl-module-thread-queue \
|
||||
perl-module-threads \
|
||||
"
|
||||
RDEPENDS_${PN}_class-native = "m4-native gnu-config-native"
|
||||
RDEPENDS_${PN}_class-nativesdk = "nativesdk-m4 nativesdk-gnu-config"
|
||||
RDEPENDS_${PN}_class-nativesdk = "\
|
||||
nativesdk-gnu-config \
|
||||
nativesdk-m4 \
|
||||
nativesdk-perl \
|
||||
nativesdk-perl-module-bytes \
|
||||
nativesdk-perl-module-carp \
|
||||
nativesdk-perl-module-constant \
|
||||
nativesdk-perl-module-data-dumper \
|
||||
nativesdk-perl-module-errno \
|
||||
nativesdk-perl-module-exporter \
|
||||
nativesdk-perl-module-file-basename \
|
||||
nativesdk-perl-module-file-compare \
|
||||
nativesdk-perl-module-file-copy \
|
||||
nativesdk-perl-module-file-find \
|
||||
nativesdk-perl-module-file-glob \
|
||||
nativesdk-perl-module-file-path \
|
||||
nativesdk-perl-module-file-stat \
|
||||
nativesdk-perl-module-getopt-long \
|
||||
nativesdk-perl-module-io-file \
|
||||
nativesdk-perl-module-posix \
|
||||
nativesdk-perl-module-thread-queue \
|
||||
nativesdk-perl-module-threads \
|
||||
"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \
|
||||
file://program_prefix.patch"
|
||||
|
||||
Reference in New Issue
Block a user