summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2015-11-10 22:12:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-25 08:07:56 +0000
commit909c77ad13b139478bd1a9eee288604a75d59ee5 (patch)
treeb17d739448fa18cb8649e3b546a4cf5da78b5f2a /meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
parentad8a2ca46075a7ea236d6db9da963dc0040d2206 (diff)
downloadopenembedded-core-909c77ad13b139478bd1a9eee288604a75d59ee5.tar.gz
tcf-agent: obey LDFLAGS
This silences a GNU_HASH warning when using external toolchains. The patch is courtesy Abdur Rehman <abdur_rehman@mentor.com>. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/tcf-agent/tcf-agent_git.bb')
-rw-r--r--meta/recipes-devtools/tcf-agent/tcf-agent_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
index f8fd39042d..1337da9a9b 100644
--- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
+++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb
@@ -10,6 +10,7 @@ PV = "1.3.0+git${SRCPV}"
SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;branch=1.3_mars_bugfix \
file://fix_ranlib.patch \
+ file://ldflags.patch \
file://tcf-agent.init \
file://tcf-agent.service \
"