diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 4 |
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 ced2b416b1..5df661ca45 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" | |||
7 | 7 | ||
8 | SRCREV = "4ef94ecb927a8912c3d79ce137182247786cff8f" | 8 | SRCREV = "4ef94ecb927a8912c3d79ce137182247786cff8f" |
9 | PV = "0.4.0+git${SRCPV}" | 9 | PV = "0.4.0+git${SRCPV}" |
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;protocol=git \ | 12 | SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;protocol=git \ |
13 | file://fix_ranlib.patch \ | 13 | file://fix_ranlib.patch \ |
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git" | |||
22 | inherit update-rc.d | 22 | inherit update-rc.d |
23 | 23 | ||
24 | INITSCRIPT_NAME = "tcf-agent" | 24 | INITSCRIPT_NAME = "tcf-agent" |
25 | INITSCRIPT_PARAMS = "start 999 3 5 . stop 20 0 1 2 6 ." | 25 | INITSCRIPT_PARAMS = "start 99 3 5 . stop 20 0 1 2 6 ." |
26 | 26 | ||
27 | # mangling needed for make | 27 | # mangling needed for make |
28 | MAKE_ARCH = "`echo ${TARGET_ARCH} | sed s,i.86,i686,`" | 28 | MAKE_ARCH = "`echo ${TARGET_ARCH} | sed s,i.86,i686,`" |