aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/makedevs
diff options
context:
space:
mode:
authorFilip Zyzniewski <filip.zyzniewski@gmail.com>2011-02-13 03:31:00 +0000
committerTom Rini <tom_rini@mentor.com>2011-02-14 10:23:39 -0700
commitb32d23948fa698057d274b94d09ab49d729064a4 (patch)
treef394d20ffc432a3355c5be4e0e1e881c8e5f45b3 /recipes/makedevs
parent907bd09fef87c02ce631083f7c5b0898b8fec56d (diff)
downloadopenembedded-b32d23948fa698057d274b94d09ab49d729064a4.tar.gz
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@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/makedevs')
-rw-r--r--recipes/makedevs/makedevs_1.0.0.bb4
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 2b7e84a505..d36217525c 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"