[oe-commits] [meta-openembedded] 26/66: multipath-tools: Obey exported LDFLAGS

git at git.openembedded.org git at git.openembedded.org
Mon Oct 3 17:31:41 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 3c56c4f15f244c43bc6c68b53a4530077db76652
Author: Adrian Dudau <adrian.dudau at enea.com>
AuthorDate: Tue Sep 27 10:00:56 2016 +0200

    multipath-tools: Obey exported LDFLAGS
    
    This avoids a "QA Issue: No GNU_HASH in the elf binary"
    
    Signed-off-by: Adrian Dudau <adrian.dudau at enea.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb | 2 ++
 1 file changed, 2 insertions(+)

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 37b5fef..6bd6118 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} \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list