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.patch14
1 files changed, 14 insertions, 0 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
new file mode 100644
index 0000000000..5d704567c8
--- /dev/null
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
@@ -0,0 +1,14 @@
1Upstream-Status: Inappropriate [poky-specific fix]
2
3--- a/Makefile.inc
4+++ b/Makefile.inc
5@@ -57,6 +57,9 @@
6 ifeq ($(NO_UUID),)
7 LIBS += -luuid
8 endif
9+ ifneq ($(RANLIB),)
10+ RANLIB += $@
11+ endif
12 endif
13
14 ifneq ($(OPSYS),Windows)