aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-09-27 10:00:56 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-10-03 19:19:58 +0200
commit3c56c4f15f244c43bc6c68b53a4530077db76652 (patch)
treec22860060e0ae3394eacb18efb0d17aebdc5c9c1 /meta-oe
parent5e1703822f5975664a9c533b16a35442e889bc2b (diff)
downloadmeta-openembedded-contrib-3c56c4f15f244c43bc6c68b53a4530077db76652.tar.gz
multipath-tools: Obey exported LDFLAGS
This avoids a "QA Issue: No GNU_HASH in the elf binary" Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
index 37b5fef6f6..6bd611895f 100644
--- a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
+++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb
@@ -39,6 +39,8 @@ S = "${WORKDIR}/git"
PV = "0.5.0+git${@'${SRCPV}'.split('+')[-1]}"
+TARGET_CC_ARCH += "${LDFLAGS}"
+
# The exact version of SYSTEMD does not matter but should be greater than 209.
#
EXTRA_OEMAKE = 'MULTIPATH_VERSION=${PV} DESTDIR=${D} syslibdir=${base_libdir} \