mirror of
https://git.yoctoproject.org/poky
synced 2026-03-09 16:59:40 +01:00
The wayland-scanner host tool required to build weston is moved to the wayland-tools package, so update the SDK host tools list accordingly. Also, the weston build requires wayland-scanner.pc to find wayland-scanner, so add wayland-dev. (From OE-Core rev: 31ed91bdbb0ec05730fb98d7cc523bb46aca50e3) Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
40 lines
987 B
BlitzBasic
40 lines
987 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"
|
|
|
|
# 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 \
|
|
"
|