]> code.ossystems Code Review - openembedded-core.git/commitdiff
native: empty PACKAGES_DYNAMIC the way we do PACKAGES
authorChris Larson <chris_larson@mentor.com>
Tue, 15 Mar 2011 14:37:47 +0000 (07:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Mar 2011 17:49:41 +0000 (17:49 +0000)
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.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
meta/classes/native.bbclass

index 545a73eb8bc3fa05c573549649526adf8e953e19..cc32cf59a08aed3faf462b0e94adea0acc94e7e9 100644 (file)
@@ -7,6 +7,8 @@ EXCLUDE_FROM_WORLD = "1"
 
 PACKAGES = ""
 PACKAGES_virtclass-native = ""
+PACKAGES_DYNAMIC = ""
+PACKAGES_DYNAMIC_virtclass-native = ""
 PACKAGE_ARCH = "${BUILD_ARCH}"
 
 BASE_PACKAGE_ARCH = "${BUILD_ARCH}"