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/recipes-devtools/opkg | |
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/recipes-devtools/opkg')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb index 8f50f677bd..acb21f2cb9 100644 --- a/meta/recipes-devtools/opkg/opkg_svn.bb +++ b/meta/recipes-devtools/opkg/opkg_svn.bb | |||
@@ -18,7 +18,7 @@ S = "${WORKDIR}/trunk" | |||
18 | 18 | ||
19 | SRCREV = "625" | 19 | SRCREV = "625" |
20 | PV = "0.1.8+svnr${SRCPV}" | 20 | PV = "0.1.8+svnr${SRCPV}" |
21 | PR = "r3" | 21 | PR = "r4" |
22 | 22 | ||
23 | PACKAGES =+ "libopkg${PKGSUFFIX}-dev libopkg${PKGSUFFIX} update-alternatives-cworth${PKGSUFFIX}" | 23 | PACKAGES =+ "libopkg${PKGSUFFIX}-dev libopkg${PKGSUFFIX} update-alternatives-cworth${PKGSUFFIX}" |
24 | 24 | ||