aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-07-21 21:25:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-25 12:38:41 +0100
commitae7bf72292de3db370373eee6c8084af63d788b5 (patch)
tree9cec92bd658215a0fca36ced95936bc1204a265c /meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
parent3a3c69a1bc3cf0b6f6a3b13d86c12ed21798d48e (diff)
downloadopenembedded-core-contrib-ae7bf72292de3db370373eee6c8084af63d788b5.tar.gz
tcf-agent: upgrade to the latest stable revision 0.0+svnr1855
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
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 @@
+Upstream-Status: Inappropriate [poky-specific fix]
+
+--- a/Makefile.inc
++++ b/Makefile.inc
+@@ -57,6 +57,9 @@
+ ifeq ($(NO_UUID),)
+ LIBS += -luuid
+ endif
++ ifneq ($(RANLIB),)
++ RANLIB += $@
++ endif
+ endif
+
+ ifneq ($(OPSYS),Windows)