summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch')
-rw-r--r--poky/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/poky/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch b/poky/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
new file mode 100644
index 000000000..b66f41ad2
--- /dev/null
+++ b/poky/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
@@ -0,0 +1,16 @@
+Upstream-Status: Inappropriate [poky-specific fix]
+
+Index: agent/Makefile.inc
+===================================================================
+--- agent.orig/Makefile.inc
++++ agent/Makefile.inc
+@@ -88,6 +88,9 @@ ifneq ($(OPSYS),Windows)
+ ifneq ($(CC),g++)
+ OPTS += -Wmissing-prototypes
+ endif
++ ifneq ($(RANLIB),)
++ RANLIB += $@
++ endif
+ endif
+
+ # Compiler flags definition