mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
native.bbclass: Override BASEPKG_HOST_SYS and TARGET_SYS in the native case
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4916 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -5,6 +5,9 @@ EXCLUDE_FROM_WORLD = "1"
|
||||
PACKAGES = ""
|
||||
PACKAGE_ARCH = "${BUILD_ARCH}"
|
||||
|
||||
BASEPKG_HOST_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
|
||||
BASEPKG_TARGET_SYS = "${BUILD_ARCH}${BUILD_VENDOR}-${BUILD_OS}"
|
||||
|
||||
# When this class has packaging enabled, setting
|
||||
# RPROVIDES becomes unnecessary.
|
||||
RPROVIDES = "${PN}"
|
||||
|
||||
Reference in New Issue
Block a user