Files
poky/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
David Nyström 271c98acd5 nativesdk-packagegroup-sdk-host: Added nativesdk-smartpm
This will allow offline creation of a rootfs, using only
the RPM package repository and a toolchain tarball.

Ref: https://github.com/nysan/rootfs-sandbox

(From OE-Core rev: 80a8ecf91181f2fbec1a45231615b12949327970)

Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-12-05 14:25:30 +00:00

35 lines
695 B
BlitzBasic

#
# Copyright (C) 2007 OpenedHand Ltd
#
SUMMARY = "Host packages for the standalone SDK or external toolchain"
PR = "r11"
LICENSE = "MIT"
inherit nativesdk packagegroup
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
RDEPENDS_${PN} = "\
nativesdk-pkgconfig \
nativesdk-qemu \
nativesdk-qemu-helper \
nativesdk-pseudo \
nativesdk-unfs-server \
nativesdk-opkg \
nativesdk-libtool \
nativesdk-autoconf \
nativesdk-automake \
nativesdk-shadow \
nativesdk-makedevs \
nativesdk-smartpm \
"
RDEPENDS_${PN}_darwin = "\
odcctools-cross-canadian \
llvm-cross-canadian \
nativesdk-pkgconfig \
nativesdk-opkg \
nativesdk-libtool \
"