From bfd7283a6b05ed9b730199c9cc19c4bab42ae173 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 15 Mar 2011 07:37:47 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/classes/native.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/classes/native.bbclass') 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" PACKAGES = "" PACKAGES_virtclass-native = "" +PACKAGES_DYNAMIC = "" +PACKAGES_DYNAMIC_virtclass-native = "" PACKAGE_ARCH = "${BUILD_ARCH}" BASE_PACKAGE_ARCH = "${BUILD_ARCH}" -- cgit v1.2.3-54-g00ecf