summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch')
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch b/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
deleted file mode 100644
index abd33babeb..0000000000
--- a/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1Actually pass the arguments to RANLIB.
2
3Upstream-Status: Pending
4Signed-off-by: Ross Burton <ross.burton@intel.com>
5
6Index: agent/Makefile.inc
7===================================================================
8--- a/Makefile.inc
9+++ b/Makefile.inc
10@@ -92,6 +92,7 @@ ifeq ($(OPSYS),GNU/Linux)
11 OPTS += -DUSE_uuid_generate=0
12 endif
13 OPTS += -DENABLE_arch_$(shell uname -m)
14+ RANLIB += $@
15 endif
16
17 ifneq ($(OPSYS),Windows)