From: Filip Zyzniewski Date: Sun, 13 Feb 2011 03:31:00 +0000 (+0000) Subject: makedevs: increase alternatives priority X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b32d23948fa698057d274b94d09ab49d729064a4;p=openembedded.git 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 Signed-off-by: Tom Rini --- 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"