]> code.ossystems Code Review - openembedded-core.git/commitdiff
ubootchart: increase priority of ubootchartd so it replaces init
authorRoss Burton <ross@openedhand.com>
Fri, 20 Jun 2008 11:08:56 +0000 (11:08 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 20 Jun 2008 11:08:56 +0000 (11:08 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4715 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/ubootchart/ubootchart_svn.bb

index 99bb913a7f2d8a923c5010007156d501f6e4142b..cd292b69432ff16cb749d946d718401035fdfe9c 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "A boot profiling tool"
 HOMEPAGE = "http://code.google.com/p/ubootchart/"
 LICENSE = "GPLv3"
 PV = "0.0+r${SRCREV}"
-PR = "r3"
+PR = "r4"
 
 #RRECOMMENDS = "acct"
 
@@ -18,7 +18,7 @@ inherit update-alternatives
 ALTERNATIVE_NAME = "init"
 ALTERNATIVE_LINK = "${base_sbindir}/init"
 ALTERNATIVE_PATH = "${base_sbindir}/ubootchartd"
-ALTERNATIVE_PRIORITY = "20"
+ALTERNATIVE_PRIORITY = "70"
 
 do_compile() {
         ${CC} ${CFLAGS} ${LDFLAGS} ${LIBS} ${INCLUDES} ${S}/ubootchartd_bin.c -o ubootchartd_bin