From 3c56c4f15f244c43bc6c68b53a4530077db76652 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 27 Sep 2016 10:00:56 +0200 Subject: multipath-tools: Obey exported LDFLAGS This avoids a "QA Issue: No GNU_HASH in the elf binary" Signed-off-by: Adrian Dudau Signed-off-by: Martin Jansa --- meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe') 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} \ -- cgit 1.2.3-korg