mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
Its use required a script from an external repo which hasn't been updated in 4 years, the recipe itself is out of date (doesn't install all intercepts), and there is no oe-selftest or documentation for this. If anyone still wants this, please do it in a separate layer. (From OE-Core rev: 1fbae102fde54c9e7a0d74a4cda9900cd17640d6) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
35 lines
755 B
BlitzBasic
35 lines
755 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-dnf \
|
|
nativesdk-cmake \
|
|
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \
|
|
nativesdk-sdk-provides-dummy \
|
|
"
|
|
|
|
RDEPENDS_${PN}_darwin = "\
|
|
nativesdk-pkgconfig \
|
|
nativesdk-opkg \
|
|
nativesdk-libtool \
|
|
"
|