ubootchart: increase priority of ubootchartd so it replaces init

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4715 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-06-20 11:08:56 +00:00
parent bedf34bbac
commit f25cb73075
1 changed files with 2 additions and 2 deletions

View 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