diff options
author | Ross Burton <ross@burtonini.com> | 2021-12-06 12:47:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-08 20:22:10 +0000 |
commit | d8b7e5fe1dd438291cac4dc6c6afec97688c450b (patch) | |
tree | 971d817f688ad9454c85d1b71fca4a97a1fff2a2 /meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |
parent | d83fe4083570bb6e4773d1bf11127f961004b6da (diff) | |
download | poky-d8b7e5fe1dd438291cac4dc6c6afec97688c450b.tar.gz |
tcf-agent: cleanup patches
ldflags.patch isn't really suitable for upstream, so mark inappropriate.
fix_ranlib.patch has been rebased into uselessness over time, it's now
setting RANLIB to just '$@' which expands to '' when called, so is a
null operation.
(From OE-Core rev: 726d6d77b4ec6034ba80974dcd291bac9720236d)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcf-agent/tcf-agent_git.bb')
-rw-r--r-- | meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index d6d563d8e7..0d627f4e23 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | |||
@@ -11,7 +11,6 @@ PV = "1.7.0+git${SRCPV}" | |||
11 | 11 | ||
12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
13 | SRC_URI = "git://git.eclipse.org/r/tcf/org.eclipse.tcf.agent.git;protocol=https;branch=master \ | 13 | SRC_URI = "git://git.eclipse.org/r/tcf/org.eclipse.tcf.agent.git;protocol=https;branch=master \ |
14 | file://fix_ranlib.patch \ | ||
15 | file://ldflags.patch \ | 14 | file://ldflags.patch \ |
16 | file://tcf-agent.init \ | 15 | file://tcf-agent.init \ |
17 | file://tcf-agent.service \ | 16 | file://tcf-agent.service \ |