From: Andrey Zhizhikin Date: Tue, 31 Aug 2021 14:02:51 +0000 (+0000) Subject: nativesdk-packagegroup-sdk-host: add perl integer module X-Git-Tag: yocto-3.4~257 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9f4c95a874f6a463b7d56bacea9ba321e29499f9;p=openembedded-core.git nativesdk-packagegroup-sdk-host: add perl integer module Kernel commit 12dd461ebd19 ("crypto: arm64 - generate *.S by Perl at build time instead of shipping them") uses perl to generate assembler files for crypto functionality, which relies on the integer.pm module to be provided. Add perl module to package group and export it in SDK. Signed-off-by: Andrey Zhizhikin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 64e5883f95..39e5002bb7 100644 --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb @@ -9,6 +9,8 @@ inherit packagegroup nativesdk PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" +# autoconf pulls in nativesdk-perl but perl-module-integer is needed to +# build some recent linux kernels (5.14+) for arm RDEPENDS:${PN} = "\ nativesdk-pkgconfig \ nativesdk-qemu \ @@ -27,6 +29,7 @@ RDEPENDS:${PN} = "\ nativesdk-sdk-provides-dummy \ nativesdk-bison \ nativesdk-flex \ + nativesdk-perl-module-integer \ " RDEPENDS:${PN}:darwin = "\