1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

sdk.bbclass: Set PACKAGE_ARCH to something suitable (update task-sdk, meta-toolchain)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1956 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-06-16 11:25:53 +00:00
parent c866903e84
commit ac63e5a341
3 changed files with 15 additions and 6 deletions
+4 -2
View File
@@ -2,8 +2,10 @@
# or indirectly via dependency. No need to be in 'world'.
EXCLUDE_FROM_WORLD = "1"
SDK_NAME = "poky/${TARGET_ARCH}"
PACKAGE_ARCH = "${BUILD_ARCH}"
SDK_NAME = "${DISTRO}/${TARGET_ARCH}"
OLD_PACKAGE_ARCH := ${PACKAGE_ARCH}
PACKAGE_ARCH = "${BUILD_ARCH}-${OLD_PACKAGE_ARCH}-sdk"
HOST_ARCH = "${BUILD_ARCH}"
HOST_VENDOR = "${BUILD_VENDOR}"