diff options
author | Randy Witt <randy.e.witt@linux.intel.com> | 2015-07-23 15:51:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-24 23:29:41 +0100 |
commit | 68135f7777ba4f3238b814da7eb1b5a11efb3ad8 (patch) | |
tree | 4843e17adb488deff2bf26c9affa04a7114db229 /meta/recipes-devtools/tcf-agent | |
parent | 8c4a8fe7ac46f3706538292cc6c8f46725e879b7 (diff) | |
download | openembedded-core-68135f7777ba4f3238b814da7eb1b5a11efb3ad8.tar.gz openembedded-core-68135f7777ba4f3238b814da7eb1b5a11efb3ad8.tar.bz2 openembedded-core-68135f7777ba4f3238b814da7eb1b5a11efb3ad8.zip |
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]
Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/tcf-agent')
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 13 |
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/" LICENSE = "EPL-1.0 | EDL-1.0" LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" -SRCREV = "4ef94ecb927a8912c3d79ce137182247786cff8f" -PV = "0.4.0+git${SRCPV}" -PR = "r2" +SRCREV = "b9a735e9c7cf82f80d412b7ab15d08b89d5a4ccc" +PV = "1.3.0+git${SRCPV}" -SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git \ +SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;branch=1.3_mars_bugfix \ file://fix_ranlib.patch \ file://tcf-agent.init \ file://tcf-agent.service \ @@ -18,7 +17,7 @@ SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git \ DEPENDS = "util-linux openssl" RDEPENDS_${PN} = "bash" -S = "${WORKDIR}/git" +S = "${WORKDIR}/git/agent" inherit update-rc.d systemd @@ -39,10 +38,6 @@ CFLAGS += "-DSERVICE_RunControl=0 -DSERVICE_Breakpoints=0 \ -DSERVICE_StackTrace=0 -DSERVICE_Symbols=0 -DSERVICE_LineNumbers=0 \ -DSERVICE_Expressions=0" -do_compile() { - oe_runmake -} - do_install() { oe_runmake install INSTALLROOT=${D} install -d ${D}${sysconfdir}/init.d/ |