summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-13 10:00:22 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-13 17:00:13 +0000
commitb548c2f4d1d88f80d713551a408064d4f5ff3d7f (patch)
treeb1632ec1dc934de65fbca4bec7867a4d5a503aff /meta/recipes-core
parentfa047cc649ceaa5f65569179b3c372d246d4ba0c (diff)
downloadopenembedded-core-contrib-b548c2f4d1d88f80d713551a408064d4f5ff3d7f.tar.gz
nativesdk-buildtools-perl-dummy: Add new autoconf dependencies
When used in SDKs we need to provide the perl modules used by autoconf. Add new ones needed by recent changes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
index cce086caf2..4909401c5a 100644
--- a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
+++ b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
@@ -17,10 +17,13 @@ DUMMYPROVIDES_PACKAGES = "\
nativesdk-perl-module-file-path \
nativesdk-perl-module-file-spec \
nativesdk-perl-module-file-stat \
+ nativesdk-perl-module-file-temp \
nativesdk-perl-module-getopt-long \
nativesdk-perl-module-io-file \
+ nativesdk-perl-module-list-util \
nativesdk-perl-module-overloading \
nativesdk-perl-module-posix \
+ nativesdk-perl-module-scalar-util \
nativesdk-perl-module-strict \
nativesdk-perl-module-text-parsewords \
nativesdk-perl-module-thread-queue \