mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
Meson is growing in popularity, so add it to the SDK packagegroup. (From OE-Core rev: e2f863e13d33b193b1b5b1ba08f574776a210ac1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
37 lines
800 B
BlitzBasic
37 lines
800 B
BlitzBasic
#
|
|
# Copyright (C) 2007 OpenedHand Ltd
|
|
#
|
|
|
|
SUMMARY = "Host packages for the standalone SDK or external toolchain"
|
|
PR = "r12"
|
|
|
|
inherit packagegroup nativesdk
|
|
|
|
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
|
|
|
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', '', d)} \
|
|
nativesdk-sdk-provides-dummy \
|
|
nativesdk-bison \
|
|
nativesdk-flex \
|
|
"
|
|
|
|
RDEPENDS_${PN}_darwin = "\
|
|
nativesdk-pkgconfig \
|
|
nativesdk-opkg \
|
|
nativesdk-libtool \
|
|
"
|