mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
nativesdk-flex is needed for kernel development inside traidtional SDK environment, more particularly, `make scripts' under /usr/src/kernel. So add it to nativesdk-packagegroup-sdk-host. (From OE-Core rev: 6f8b2a9e03f4e54befe4df0fcfca24e676aef7b5) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
36 lines
778 B
BlitzBasic
36 lines
778 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 \
|
|
${@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 \
|
|
"
|