This allows the hardcoded nativesdk dependency hacking in the automake recipe to be dropped and matches what autoconf is doing.
Signed-off-by: Richard Purdie <[email protected]> --- meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb index cfa41c4ae63..cce086caf2a 100644 --- a/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb +++ b/meta/recipes-core/meta/nativesdk-buildtools-perl-dummy.bb @@ -21,9 +21,12 @@ DUMMYPROVIDES_PACKAGES = "\ nativesdk-perl-module-io-file \ nativesdk-perl-module-overloading \ nativesdk-perl-module-posix \ + nativesdk-perl-module-strict \ + nativesdk-perl-module-text-parsewords \ nativesdk-perl-module-thread-queue \ nativesdk-perl-module-threads \ nativesdk-perl-module-warnings \ + nativesdk-perl-module-vars \ " DUMMYPROVIDES = "\ -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#147433): https://lists.openembedded.org/g/openembedded-core/message/147433 Mute This Topic: https://lists.openembedded.org/mt/80206622/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
