[oe-commits] Martin Jansa : opkg: don't install update-alternatives

git version control git at git.openembedded.org
Wed Nov 11 16:01:41 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 376cca189eed7a13de5a348e630c0af274c4704b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=376cca189eed7a13de5a348e630c0af274c4704b

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 11 16:58:26 2009 +0100

opkg: don't install update-alternatives

* its the same as update-alternatives-cworth
* distro is selecting own provider for update-alternatives
* it ends in /usr/bin which can be in PATH before /usr/sbin where
  preferred provider is (ie update-alternatives-cworth)

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/opkg/opkg.inc |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc
index aa91955..5edb01b 100644
--- a/recipes/opkg/opkg.inc
+++ b/recipes/opkg/opkg.inc
@@ -4,14 +4,15 @@ SECTION = "base"
 LICENSE = "GPL"
 DEPENDS = "curl gpgme"
 PV = "0.1.6+svnr${SRCREV}"
-INC_PR = "r16"
+INC_PR = "r17"
 
 FILESPATHPKG =. "opkg:"
 
 SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
 	file://opkg_unarchive.patch;patch=1;maxrev=201 \
 	file://opkg-intercept-cleanup.patch;patch=1 \
-	file://isatty.patch;patch=1"
+	file://isatty.patch;patch=1 \
+	file://dont-install-update-alternatives.patch;patch=1"
 
 SRC_URI += "file://configure"
 





More information about the Openembedded-commits mailing list