summaryrefslogtreecommitdiffstats
path: root/meta/classes/native.bbclass
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-03-15 07:37:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-03-23 15:43:49 +0000
commitbfd7283a6b05ed9b730199c9cc19c4bab42ae173 (patch)
tree1aba7e1b384b8c2815d174e24fa266e5167e8500 /meta/classes/native.bbclass
parentd5f96d23448589b2c7d361cc469d2efa8c75ea1e (diff)
downloadpoky-bfd7283a6b05ed9b730199c9cc19c4bab42ae173.tar.gz
native: empty PACKAGES_DYNAMIC the way we do PACKAGES
Without this, as a specific example, one has both gtk+-native and gtk+ runtime providing gdk-pixbuf-loader-*, and you can get bitbake preference conflicts as a result if you have preferences specified for both gtk+ and gtk+-native for other things. (From OE-Core rev: 41d77ac37f606e54293826ba1e94a4254bddbfa6) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r--meta/classes/native.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 545a73eb8b..cc32cf59a0 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -7,6 +7,8 @@ EXCLUDE_FROM_WORLD = "1"
7 7
8PACKAGES = "" 8PACKAGES = ""
9PACKAGES_virtclass-native = "" 9PACKAGES_virtclass-native = ""
10PACKAGES_DYNAMIC = ""
11PACKAGES_DYNAMIC_virtclass-native = ""
10PACKAGE_ARCH = "${BUILD_ARCH}" 12PACKAGE_ARCH = "${BUILD_ARCH}"
11 13
12BASE_PACKAGE_ARCH = "${BUILD_ARCH}" 14BASE_PACKAGE_ARCH = "${BUILD_ARCH}"