summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-08-31 14:02:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-01 18:48:46 +0100
commit1326991282e7cec57bc8e19377e2c376cf267f67 (patch)
tree64ab5d3b57559852ed5c47923b4530bfaadafa65 /meta/recipes-core/packagegroups
parent29fcb0dfc9b140ee434588586655dab86a04a4d3 (diff)
downloadpoky-1326991282e7cec57bc8e19377e2c376cf267f67.tar.gz
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. (From OE-Core rev: 9f4c95a874f6a463b7d56bacea9ba321e29499f9) Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb3
1 files changed, 3 insertions, 0 deletions
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
9 9
10PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" 10PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
11 11
12# autoconf pulls in nativesdk-perl but perl-module-integer is needed to
13# build some recent linux kernels (5.14+) for arm
12RDEPENDS:${PN} = "\ 14RDEPENDS:${PN} = "\
13 nativesdk-pkgconfig \ 15 nativesdk-pkgconfig \
14 nativesdk-qemu \ 16 nativesdk-qemu \
@@ -27,6 +29,7 @@ RDEPENDS:${PN} = "\
27 nativesdk-sdk-provides-dummy \ 29 nativesdk-sdk-provides-dummy \
28 nativesdk-bison \ 30 nativesdk-bison \
29 nativesdk-flex \ 31 nativesdk-flex \
32 nativesdk-perl-module-integer \
30 " 33 "
31 34
32RDEPENDS:${PN}:darwin = "\ 35RDEPENDS:${PN}:darwin = "\