diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-16 22:01:46 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-16 22:06:58 +0000 |
commit | 5e109fc37e1eaa9cb81d22b34f91b5c11af5a69b (patch) | |
tree | 83aa9f202214b160e86c2b6587894f356346dbab /meta/conf | |
parent | 217a90f2ab02ec3c4e9653b528d7b584f6e37a42 (diff) | |
download | poky-5e109fc37e1eaa9cb81d22b34f91b5c11af5a69b.tar.gz |
update-alternatives: Various fixes
dpkg-native's update-alternatives is broken for offline work so
don't install it.
Also list update-alternatives in the multiprovider whitelist to
avoid unwanted multiple provider warnings when multiple package
backends are enabled.
(From OE-Core rev: 300336fc4a310ed16a14ad041744708d54aae189)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index f26c527468..442fd4693c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -238,7 +238,7 @@ PROVIDES = "" | |||
238 | PROVIDES_prepend = "${P} ${PF} ${PN} " | 238 | PROVIDES_prepend = "${P} ${PF} ${PN} " |
239 | RPROVIDES = "" | 239 | RPROVIDES = "" |
240 | 240 | ||
241 | MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native virtual/libintl-nativesdk virtual/xserver" | 241 | MULTI_PROVIDER_WHITELIST = "virtual/libintl virtual/libintl-native virtual/libintl-nativesdk virtual/xserver virtual/update-alternatives-native virtual/update-alternatives" |
242 | 242 | ||
243 | SOLIBS = ".so.*" | 243 | SOLIBS = ".so.*" |
244 | SOLIBS_darwin = ".*.dylib" | 244 | SOLIBS_darwin = ".*.dylib" |