mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
native.bbclass: Make sure PACKAGES is empty in case _prepend or _append are used
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
EXCLUDE_FROM_WORLD = "1"
|
EXCLUDE_FROM_WORLD = "1"
|
||||||
|
|
||||||
PACKAGES = ""
|
PACKAGES = ""
|
||||||
|
PACKAGES_virtclass-native = ""
|
||||||
PACKAGE_ARCH = "${BUILD_ARCH}"
|
PACKAGE_ARCH = "${BUILD_ARCH}"
|
||||||
|
|
||||||
BASE_PACKAGE_ARCH = "${BUILD_ARCH}"
|
BASE_PACKAGE_ARCH = "${BUILD_ARCH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user