summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcf-agent
diff options
context:
space:
mode:
authorStefan Herbrechtsmeier <stefan@herbrechtsmeier.net>2013-05-15 13:23:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-16 00:21:23 +0300
commit046b0e1587ae404e210f799e512e5aff587ffa94 (patch)
tree852d8422f0b6be89401c40a63946c6ea102e9f0e /meta/recipes-devtools/tcf-agent
parentad24f27ba0ef04c880c3d69cb8a511e2311d068c (diff)
downloadast2050-yocto-poky-046b0e1587ae404e210f799e512e5aff587ffa94.zip
ast2050-yocto-poky-046b0e1587ae404e210f799e512e5aff587ffa94.tar.gz
tcf-agent: Use common two-digit sequence numbers for init script links
The common init script links use two-digit sequence numbers and systemd interprets everything behind the two-digits as service name. This leads to the following failure during boot: Cannot add dependency job for unit 9tcf-agent.service (From OE-Core rev: e29a13bf047ce90e9e1aae953044b9cab85f9aab) Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcf-agent')
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index ced2b41..5df661c 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679"
SRCREV = "4ef94ecb927a8912c3d79ce137182247786cff8f"
PV = "0.4.0+git${SRCPV}"
-PR = "r1"
+PR = "r2"
SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;protocol=git \
file://fix_ranlib.patch \
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
inherit update-rc.d
INITSCRIPT_NAME = "tcf-agent"
-INITSCRIPT_PARAMS = "start 999 3 5 . stop 20 0 1 2 6 ."
+INITSCRIPT_PARAMS = "start 99 3 5 . stop 20 0 1 2 6 ."
# mangling needed for make
MAKE_ARCH = "`echo ${TARGET_ARCH} | sed s,i.86,i686,`"
OpenPOWER on IntegriCloud