summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb')
-rw-r--r--meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb13
1 files changed, 8 insertions, 5 deletions
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index ae989011f4..c1d3c25060 100644
--- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
@@ -3,13 +3,15 @@
3# 3#
4 4
5SUMMARY = "Host packages for the standalone SDK or external toolchain" 5SUMMARY = "Host packages for the standalone SDK or external toolchain"
6PR = "r12"
7 6
8inherit packagegroup nativesdk 7inherit packagegroup
8inherit_defer nativesdk
9 9
10PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" 10PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
11 11
12RDEPENDS_${PN} = "\ 12# autoconf pulls in nativesdk-perl but perl-module-integer is needed to
13# build some recent linux kernels (5.14+) for arm
14RDEPENDS:${PN} = "\
13 nativesdk-pkgconfig \ 15 nativesdk-pkgconfig \
14 nativesdk-qemu \ 16 nativesdk-qemu \
15 nativesdk-qemu-helper \ 17 nativesdk-qemu-helper \
@@ -23,13 +25,14 @@ RDEPENDS_${PN} = "\
23 nativesdk-makedevs \ 25 nativesdk-makedevs \
24 nativesdk-cmake \ 26 nativesdk-cmake \
25 nativesdk-meson \ 27 nativesdk-meson \
26 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \ 28 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland-tools nativesdk-wayland-dev', '', d)} \
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 = "\
33 nativesdk-pkgconfig \ 36 nativesdk-pkgconfig \
34 nativesdk-opkg \ 37 nativesdk-opkg \
35 nativesdk-libtool \ 38 nativesdk-libtool \