nativesdk-buildtools-perl-dummy: add more missing packages

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]

(From OE-Core rev: 2b1ec442cf8c0d5753376e52bca5f8da5350848c)

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>
This commit is contained in:
Denys Dmytriyenko 2025-04-08 14:21:05 -04:00 committed by Richard Purdie
parent c4dc474426
commit 8c583b0370

View 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 \