mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02: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"
|
||||
|
||||
PACKAGES = ""
|
||||
PACKAGES_virtclass-native = ""
|
||||
PACKAGE_ARCH = "${BUILD_ARCH}"
|
||||
|
||||
BASE_PACKAGE_ARCH = "${BUILD_ARCH}"
|
||||
|
||||
Reference in New Issue
Block a user