diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2016-07-27 09:53:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 11:47:13 +0100 |
commit | 0ec45e90bd8a3138debe752e3cb6cb7a50915c34 (patch) | |
tree | dd86a5f043082d5a1ed52d1d1e5ce4a11a4ce360 /meta/recipes-devtools | |
parent | 3286f4feaee88ef269d083c104bb682f5d821911 (diff) | |
download | poky-0ec45e90bd8a3138debe752e3cb6cb7a50915c34.tar.gz |
tcf-agent: update to 1.4_neon_bugfix branch
(From OE-Core rev: 3e0de80e8157669803df74a7ff06eea4d3a5d7ff)
Signed-off-by: Tim Orling <timothy.t.orling@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')
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index ab2fcd7abc..e5e41f148e 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |||
@@ -5,11 +5,11 @@ BUGTRACKER = "https://bugs.eclipse.org/bugs/" | |||
5 | LICENSE = "EPL-1.0 | EDL-1.0" | 5 | LICENSE = "EPL-1.0 | EDL-1.0" |
6 | LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" | 6 | LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" |
7 | 7 | ||
8 | SRCREV = "b9a735e9c7cf82f80d412b7ab15d08b89d5a4ccc" | 8 | SRCREV = "2dddd5f440a15d5406032fac20f206484513646f" |
9 | PV = "1.3.0+git${SRCPV}" | 9 | PV = "1.4.0+git${SRCPV}" |
10 | 10 | ||
11 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
12 | SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;branch=1.3_mars_bugfix \ | 12 | SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent;branch=1.4_neon_bugfix \ |
13 | file://fix_ranlib.patch \ | 13 | file://fix_ranlib.patch \ |
14 | file://ldflags.patch \ | 14 | file://ldflags.patch \ |
15 | file://0001-canonicalize_file_name-is-specific-to-glibc.patch;striplevel=2 \ | 15 | file://0001-canonicalize_file_name-is-specific-to-glibc.patch;striplevel=2 \ |