mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
native.bbclass: Remove uneeded variables
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1902 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -11,13 +11,6 @@ PACKAGE_ARCH = "${BUILD_ARCH}"
|
|||||||
# RPROVIDES becomes unnecessary.
|
# RPROVIDES becomes unnecessary.
|
||||||
RPROVIDES = "${PN}"
|
RPROVIDES = "${PN}"
|
||||||
|
|
||||||
# Need to resolve package RDEPENDS as well as DEPENDS
|
|
||||||
BUILD_ALL_DEPS = "1"
|
|
||||||
|
|
||||||
# Break the circular dependency as a result of DEPENDS
|
|
||||||
# in package.bbclass
|
|
||||||
PACKAGE_DEPENDS = ""
|
|
||||||
|
|
||||||
TARGET_ARCH = "${BUILD_ARCH}"
|
TARGET_ARCH = "${BUILD_ARCH}"
|
||||||
TARGET_OS = "${BUILD_OS}"
|
TARGET_OS = "${BUILD_OS}"
|
||||||
TARGET_VENDOR = "${BUILD_VENDOR}"
|
TARGET_VENDOR = "${BUILD_VENDOR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user