mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
native.bbclass: Also override BASE_PACKAGE_ARCH
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4917 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -5,6 +5,7 @@ EXCLUDE_FROM_WORLD = "1"
|
||||
PACKAGES = ""
|
||||
PACKAGE_ARCH = "${BUILD_ARCH}"
|
||||
|
||||
BASE_PACKAGE_ARCH = "${BUILD_ARCH}"
|
||||
BASEPKG_HOST_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
|
||||
BASEPKG_TARGET_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user