[oe] [PATCH] makedevs: increase alternatives priority

Filip Zyzniewski filip.zyzniewski at gmail.com
Sat Feb 12 19:31:00 UTC 2011


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>
---
 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"
 
-- 
1.7.1





More information about the Openembedded-devel mailing list