[oe-commits] Filip Zyzniewski : makedevs: increase alternatives priority

git version control git at git.openembedded.org
Mon Feb 14 17:24:38 UTC 2011


Module: openembedded.git
Branch: master
Commit: b32d23948fa698057d274b94d09ab49d729064a4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b32d23948fa698057d274b94d09ab49d729064a4

Author: Filip Zyzniewski <filip.zyzniewski at gmail.com>
Date:   Sun Feb 13 03:31:00 2011 +0000

makedevs: increase alternatives priority

makedevs from busybox is installed with priority 50, so the discrete
version of it should be installed with a higher one.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski at gmail.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/makedevs/makedevs_1.0.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/makedevs/makedevs_1.0.0.bb b/recipes/makedevs/makedevs_1.0.0.bb
index 2b7e84a..d362175 100644
--- a/recipes/makedevs/makedevs_1.0.0.bb
+++ b/recipes/makedevs/makedevs_1.0.0.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "A tool to make device nodes"
 LICENSE = "GPL"
 SECTION = "base"
 PRIORITY = "required"
-PR = "r9"
+PR = "r10"
 
 SRC_URI = "file://makedevs.c"
 S = "${WORKDIR}/makedevs-${PV}"
@@ -30,7 +30,7 @@ do_install() {
 ALTERNATIVE_PATH = "${base_sbindir}/makedevs.makedevs"
 ALTERNATIVE_NAME = "makedevs"
 ALTERNATIVE_LINK = "${base_sbindir}/makedevs"
-ALTERNATIVE_PRIORITY = "50"
+ALTERNATIVE_PRIORITY = "100"
 
 BBCLASSEXTEND = "native"
 





More information about the Openembedded-commits mailing list