Files
poky/meta/recipes-core/tasks/task-sdk-host.bb
Lianhao Lu 322d6ab299 cross-canadian: pkg name includes target arch
This commit fixes Bug #528.

1. Added the target arch name to the pkg name of gcc-cross-canadian,
gdb-cross-candian and bintuils-cross-candian.

2. Move the cross-canadian pkgs out of task-sdk-host into a new task
task-cross-canadian.

3. Added the RDEPENDS of task-cross-canadian into meta-toolchain.

Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2010-12-10 15:36:30 +00:00

30 lines
536 B
BlitzBasic

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