]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
nativesdk-buildtools-perl-dummy: add more missing packages
authorDenys Dmytriyenko <denys@konsulko.com>
Tue, 8 Apr 2025 18:21:05 +0000 (14:21 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Apr 2025 09:40:39 +0000 (10:40 +0100)
There could be several more nativesdk perl packages generated
based on flags and dependencies that should not be installed
into the SDK when "dummy-sdk-package" facility is used. Add
them to the exclusion list here.

[YOCTO #15552]

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb

index bb4e746237b488ef1786803f4e4369ee412ee7be..2813fbc3977da36196b304ce6b98f767aca8140b 100644 (file)
@@ -2,6 +2,7 @@ DUMMYARCH = "buildtools-dummy-${SDKPKGSUFFIX}"
 
 DUMMYPROVIDES_PACKAGES = "\
     nativesdk-perl \
+    nativesdk-perl-dev \
     nativesdk-libxml-parser-perl \
     nativesdk-perl-module-bytes \
     nativesdk-perl-module-carp \
@@ -9,6 +10,7 @@ DUMMYPROVIDES_PACKAGES = "\
     nativesdk-perl-module-data-dumper \
     nativesdk-perl-module-errno \
     nativesdk-perl-module-exporter \
+    nativesdk-perl-module-feature \
     nativesdk-perl-module-file-basename \
     nativesdk-perl-module-file-compare \
     nativesdk-perl-module-file-copy \
@@ -16,15 +18,18 @@ DUMMYPROVIDES_PACKAGES = "\
     nativesdk-perl-module-file-glob \
     nativesdk-perl-module-file-path \
     nativesdk-perl-module-file-spec \
+    nativesdk-perl-module-file-spec-unix \
     nativesdk-perl-module-file-stat \
     nativesdk-perl-module-file-temp \
     nativesdk-perl-module-getopt-long \
+    nativesdk-perl-module-integer \
     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-symbol \
     nativesdk-perl-module-text-parsewords \
     nativesdk-perl-module-thread-queue \
     nativesdk-perl-module-threads \