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>
This commit is contained in:
Ross Burton
2021-12-06 12:47:21 +00:00
committed by Richard Purdie
parent d83fe40835
commit d8b7e5fe1d
3 changed files with 5 additions and 19 deletions

View File

@@ -1,17 +0,0 @@
Actually pass the arguments to RANLIB.
Upstream-Status: Pending
Signed-off-by: Ross Burton <ross.burton@intel.com>
Index: agent/Makefile.inc
===================================================================
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -92,6 +92,7 @@ ifeq ($(OPSYS),GNU/Linux)
OPTS += -DUSE_uuid_generate=0
endif
OPTS += -DENABLE_arch_$(shell uname -m)
+ RANLIB += $@
endif
ifneq ($(OPSYS),Windows)

View File

@@ -1,4 +1,8 @@
Upstream-Status: Pending
We need LDFLAGS to be respected otherwise there are QA warnings as the right
flags don't get used.
Upstream-Status: Inappropriate
Signed-off-by: Ross Burton <ross.burton@arm.com>
From d92af0483c20365fd0af740d0baef8870b4aa374 Mon Sep 17 00:00:00 2001
From: Abdur Rehman <abdur_rehman@mentor.com>

View File

@@ -11,7 +11,6 @@ PV = "1.7.0+git${SRCPV}"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
SRC_URI = "git://git.eclipse.org/r/tcf/org.eclipse.tcf.agent.git;protocol=https;branch=master \
file://fix_ranlib.patch \
file://ldflags.patch \
file://tcf-agent.init \
file://tcf-agent.service \