mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c47cfc56c7
commit
322d6ab299
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
LICENSE = "MIT"
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
@@ -12,9 +12,6 @@ inherit nativesdk
|
||||
PACKAGES = "${PN}"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
binutils-cross-canadian \
|
||||
gdb-cross-canadian \
|
||||
gcc-cross-canadian \
|
||||
pkgconfig-nativesdk \
|
||||
qemu-nativesdk \
|
||||
qemu-helper-nativesdk \
|
||||
|
||||
Reference in New Issue
Block a user