Files
poky/meta/packages/tasks/task-sdk-host.bb
Richard Purdie 0d7207ca39 sdk.bbclass: Rename to nativesdk.bbclass
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17 22:25:22 +01:00

31 lines
570 B
BlitzBasic

#
# Copyright (C) 2007 OpenedHand Ltd
#
DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
PR = "r7"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
inherit nativesdk
PACKAGES = "${PN}"
RDEPENDS_${PN} = "\
binutils-cross-nativesdk \
gcc-cross-nativesdk \
gdb-cross-nativesdk \
pkgconfig-nativesdk \
qemu-nativesdk \
qemu-helper-nativesdk \
opkg-nativesdk \
"
RDEPENDS_${PN}_darwin8 = "\
odcctools-cross-nativesdk \
llvm-cross-nativesdk \
pkgconfig-nativesdk \
opkg-nativesdk \
libtool-nativesdk \
"