diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-13 10:00:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-13 17:01:12 +0000 |
commit | 973d2a35ef0112e52cea0170654bdae3f7035863 (patch) | |
tree | 84f8e8d8d2235aa2669d50e4f8734ecdf1f41996 /meta/recipes-core | |
parent | 71ea678a7c7fbe18132c567718e3a7908a65790b (diff) | |
download | poky-973d2a35ef0112e52cea0170654bdae3f7035863.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.
(From OE-Core rev: b548c2f4d1d88f80d713551a408064d4f5ff3d7f)
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.bb | 3 |
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 = "\ | |||
17 | nativesdk-perl-module-file-path \ | 17 | nativesdk-perl-module-file-path \ |
18 | nativesdk-perl-module-file-spec \ | 18 | nativesdk-perl-module-file-spec \ |
19 | nativesdk-perl-module-file-stat \ | 19 | nativesdk-perl-module-file-stat \ |
20 | nativesdk-perl-module-file-temp \ | ||
20 | nativesdk-perl-module-getopt-long \ | 21 | nativesdk-perl-module-getopt-long \ |
21 | nativesdk-perl-module-io-file \ | 22 | nativesdk-perl-module-io-file \ |
23 | nativesdk-perl-module-list-util \ | ||
22 | nativesdk-perl-module-overloading \ | 24 | nativesdk-perl-module-overloading \ |
23 | nativesdk-perl-module-posix \ | 25 | nativesdk-perl-module-posix \ |
26 | nativesdk-perl-module-scalar-util \ | ||
24 | nativesdk-perl-module-strict \ | 27 | nativesdk-perl-module-strict \ |
25 | nativesdk-perl-module-text-parsewords \ | 28 | nativesdk-perl-module-text-parsewords \ |
26 | nativesdk-perl-module-thread-queue \ | 29 | nativesdk-perl-module-thread-queue \ |