summaryrefslogtreecommitdiffstats
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:54:33 +0100
commit7f576fae2db927ed8fef3e8773acd86bebe7fce1 (patch)
tree43cf3d40b034ca4791b078fd7bb83cc25caf328d /meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
parente51d542e78b70c2f854bd8b14b24dfd3f43a5ff4 (diff)
downloadast2050-yocto-poky-7f576fae2db927ed8fef3e8773acd86bebe7fce1.zip
ast2050-yocto-poky-7f576fae2db927ed8fef3e8773acd86bebe7fce1.tar.gz
tcf-agent: upgrade to the latest stable revision 0.0+svnr1855
(From OE-Core rev: ae7bf72292de3db370373eee6c8084af63d788b5) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 0000000..5d70456
--- /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)
OpenPOWER on IntegriCloud