diff options
| author | Chris Larson <chris_larson@mentor.com> | 2011-03-15 07:37:47 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 15:43:49 +0000 |
| commit | bfd7283a6b05ed9b730199c9cc19c4bab42ae173 (patch) | |
| tree | 1aba7e1b384b8c2815d174e24fa266e5167e8500 | |
| parent | d5f96d23448589b2c7d361cc469d2efa8c75ea1e (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/classes/native.bbclass | 2 |
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 | ||
| 8 | PACKAGES = "" | 8 | PACKAGES = "" |
| 9 | PACKAGES_virtclass-native = "" | 9 | PACKAGES_virtclass-native = "" |
| 10 | PACKAGES_DYNAMIC = "" | ||
| 11 | PACKAGES_DYNAMIC_virtclass-native = "" | ||
| 10 | PACKAGE_ARCH = "${BUILD_ARCH}" | 12 | PACKAGE_ARCH = "${BUILD_ARCH}" |
| 11 | 13 | ||
| 12 | BASE_PACKAGE_ARCH = "${BUILD_ARCH}" | 14 | BASE_PACKAGE_ARCH = "${BUILD_ARCH}" |
