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:
Richard Purdie 2009-11-16 22:38:44 +00:00
parent 6568a6d8a9
commit 76d9b6ea7f
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
EXCLUDE_FROM_WORLD = "1"
PACKAGES = ""
PACKAGES_virtclass-native = ""
PACKAGE_ARCH = "${BUILD_ARCH}"
BASE_PACKAGE_ARCH = "${BUILD_ARCH}"