1# 2# Copyright (C) 2007 OpenedHand Ltd 3# 4 5SUMMARY = "Host packages for the standalone SDK or external toolchain" 6 7inherit packagegroup 8inherit_defer nativesdk 9 10PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" 11 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} = "\ 15 nativesdk-pkgconfig \ 16 nativesdk-qemu \ 17 nativesdk-qemu-helper \ 18 nativesdk-pseudo \ 19 nativesdk-unfs3 \ 20 nativesdk-opkg \ 21 nativesdk-libtool \ 22 nativesdk-autoconf \ 23 nativesdk-automake \ 24 nativesdk-shadow \ 25 nativesdk-makedevs \ 26 nativesdk-cmake \ 27 nativesdk-meson \ 28 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland-tools nativesdk-wayland-dev', '', d)} \ 29 nativesdk-sdk-provides-dummy \ 30 nativesdk-bison \ 31 nativesdk-flex \ 32 nativesdk-perl-module-integer \ 33 " 34 35RDEPENDS:${PN}:darwin = "\ 36 nativesdk-pkgconfig \ 37 nativesdk-opkg \ 38 nativesdk-libtool \ 39 " 40