summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcf-agent
diff options
context:
space:
mode:
authorRandy Witt <randy.e.witt@linux.intel.com>2015-07-23 15:51:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-25 14:41:43 +0100
commitc9553b899eecb6ee95dd9cd0a5d586807e1af877 (patch)
tree67067b7ff8d01a97f008180ec0f44b7f4b55ebb9 /meta/recipes-devtools/tcf-agent
parent00a706e69c8cb9daf8458ee76aa4aedd8699f5a4 (diff)
downloadpoky-c9553b899eecb6ee95dd9cd0a5d586807e1af877.tar.gz
tcf-agent: Update to version 1.3
According to the Eclipse tcf team, 1.3 tcf is required for the newest Eclipse release "mars". [YOCTO #7886] (From OE-Core rev: 68135f7777ba4f3238b814da7eb1b5a11efb3ad8) Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 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.bb13
1 files changed, 4 insertions, 9 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index 616a6a7a9a..f8fd39042d 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -5,11 +5,10 @@ BUGTRACKER = "https://bugs.eclipse.org/bugs/"
5LICENSE = "EPL-1.0 | EDL-1.0" 5LICENSE = "EPL-1.0 | EDL-1.0"
6LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" 6LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679"
7 7
8SRCREV = "4ef94ecb927a8912c3d79ce137182247786cff8f" 8SRCREV = "b9a735e9c7cf82f80d412b7ab15d08b89d5a4ccc"
9PV = "0.4.0+git${SRCPV}" 9PV = "1.3.0+git${SRCPV}"
10PR = "r2"
11 10
12SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git \ 11SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;branch=1.3_mars_bugfix \
13 file://fix_ranlib.patch \ 12 file://fix_ranlib.patch \
14 file://tcf-agent.init \ 13 file://tcf-agent.init \
15 file://tcf-agent.service \ 14 file://tcf-agent.service \
@@ -18,7 +17,7 @@ SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git \
18DEPENDS = "util-linux openssl" 17DEPENDS = "util-linux openssl"
19RDEPENDS_${PN} = "bash" 18RDEPENDS_${PN} = "bash"
20 19
21S = "${WORKDIR}/git" 20S = "${WORKDIR}/git/agent"
22 21
23inherit update-rc.d systemd 22inherit update-rc.d systemd
24 23
@@ -39,10 +38,6 @@ CFLAGS += "-DSERVICE_RunControl=0 -DSERVICE_Breakpoints=0 \
39 -DSERVICE_StackTrace=0 -DSERVICE_Symbols=0 -DSERVICE_LineNumbers=0 \ 38 -DSERVICE_StackTrace=0 -DSERVICE_Symbols=0 -DSERVICE_LineNumbers=0 \
40 -DSERVICE_Expressions=0" 39 -DSERVICE_Expressions=0"
41 40
42do_compile() {
43 oe_runmake
44}
45
46do_install() { 41do_install() {
47 oe_runmake install INSTALLROOT=${D} 42 oe_runmake install INSTALLROOT=${D}
48 install -d ${D}${sysconfdir}/init.d/ 43 install -d ${D}${sysconfdir}/init.d/