Initial commit
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenedHand Ltd
|
||||
#
|
||||
|
||||
SUMMARY = "Host packages for the standalone SDK or external toolchain"
|
||||
PR = "r12"
|
||||
|
||||
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 \
|
||||
nativesdk-qemu-helper \
|
||||
nativesdk-pseudo \
|
||||
nativesdk-unfs3 \
|
||||
nativesdk-opkg \
|
||||
nativesdk-libtool \
|
||||
nativesdk-autoconf \
|
||||
nativesdk-automake \
|
||||
nativesdk-shadow \
|
||||
nativesdk-makedevs \
|
||||
nativesdk-cmake \
|
||||
nativesdk-meson \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland-tools nativesdk-wayland-dev', '', d)} \
|
||||
nativesdk-sdk-provides-dummy \
|
||||
nativesdk-bison \
|
||||
nativesdk-flex \
|
||||
nativesdk-perl-module-integer \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}:darwin = "\
|
||||
nativesdk-pkgconfig \
|
||||
nativesdk-opkg \
|
||||
nativesdk-libtool \
|
||||
"
|
||||
Reference in New Issue
Block a user