aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-01 02:28:05 +0000
committerKhem Raj <raj.khem@gmail.com>2020-05-01 02:28:05 +0000
commite4cb622e95e7e8d14cc8fb78d21e4659c1b691b1 (patch)
tree0dcfaf55a601dfff36368042416a68e703fd5f1d
parent1567ed2a14d35ddbdbe9623121abb0d5e417b9f1 (diff)
downloadopenembedded-core-contrib-e4cb622e95e7e8d14cc8fb78d21e4659c1b691b1.tar.gz
buildtools-tarball: Add perl modules needed for gcc and other tools
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index a74028d205..1ce31699e7 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -15,7 +15,6 @@ TOOLCHAIN_HOST_TASK ?= "\
nativesdk-ncurses-terminfo-base \
nativesdk-chrpath \
nativesdk-tar \
- nativesdk-buildtools-perl-dummy \
nativesdk-git \
nativesdk-git-perltools \
nativesdk-pigz \
@@ -23,6 +22,10 @@ TOOLCHAIN_HOST_TASK ?= "\
nativesdk-wget \
nativesdk-ca-certificates \
nativesdk-texinfo \
+ nativesdk-perl-module-file-path \
+ nativesdk-perl-modules \
+ nativesdk-libxml-parser-perl \
+ nativesdk-intltool \
"
MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}"