summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-23 14:34:35 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-16 16:44:53 +0000
commita3187545df67933e3cd3393f51807b36a23215c7 (patch)
tree088bc241c5a91c4af713cb7221f3a96fc4753a32 /meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
parent7d8d93cfb915cb4c9b855019dfc2bddc3918ebff (diff)
downloadpoky-a3187545df67933e3cd3393f51807b36a23215c7.tar.gz
dummy-sdk-package: Add DUMMYPROVIDES_PACKAGES
We're about to need to use this variable in the main include file so restructure the users of it to all set it appropriately. (From OE-Core rev: a01bf79a35c908d6b072b984608114860b5c1e8f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 4a247e7c961286cbed73b6dc0f4074ecf856402a) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb')
-rw-r--r--meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
index 6a8748acdf..5bc11b9daf 100644
--- a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
+++ b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb
@@ -1,6 +1,6 @@
1DUMMYARCH = "buildtools-dummy-${SDKPKGSUFFIX}" 1DUMMYARCH = "buildtools-dummy-${SDKPKGSUFFIX}"
2 2
3DUMMYPROVIDES = "\ 3DUMMYPROVIDES_PACKAGES = "\
4 nativesdk-perl \ 4 nativesdk-perl \
5 nativesdk-libxml-parser-perl \ 5 nativesdk-libxml-parser-perl \
6 nativesdk-perl-module-bytes \ 6 nativesdk-perl-module-bytes \
@@ -21,6 +21,9 @@ DUMMYPROVIDES = "\
21 nativesdk-perl-module-posix \ 21 nativesdk-perl-module-posix \
22 nativesdk-perl-module-thread-queue \ 22 nativesdk-perl-module-thread-queue \
23 nativesdk-perl-module-threads \ 23 nativesdk-perl-module-threads \
24"
25
26DUMMYPROVIDES = "\
24 /usr/bin/perl \ 27 /usr/bin/perl \
25 " 28 "
26 29