diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 22:38:44 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-16 22:38:44 +0000 |
commit | 76d9b6ea7f504b2d85f854936359f6aadb480eb0 (patch) | |
tree | f0da09e5f39305774779f4cf4803b7274494f95d | |
parent | 6568a6d8a990a760530a492853d473733691ec02 (diff) | |
download | poky-76d9b6ea7f504b2d85f854936359f6aadb480eb0.tar.gz |
native.bbclass: Make sure PACKAGES is empty in case _prepend or _append are used
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/classes/native.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 6b5a5919b2..a5f66560d7 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -3,6 +3,7 @@ | |||
3 | EXCLUDE_FROM_WORLD = "1" | 3 | EXCLUDE_FROM_WORLD = "1" |
4 | 4 | ||
5 | PACKAGES = "" | 5 | PACKAGES = "" |
6 | PACKAGES_virtclass-native = "" | ||
6 | PACKAGE_ARCH = "${BUILD_ARCH}" | 7 | PACKAGE_ARCH = "${BUILD_ARCH}" |
7 | 8 | ||
8 | BASE_PACKAGE_ARCH = "${BUILD_ARCH}" | 9 | BASE_PACKAGE_ARCH = "${BUILD_ARCH}" |