[oe-commits] [meta-openembedded] 13/31: crash: Enforce use of LDFLAGS during make

git at git.openembedded.org git at git.openembedded.org
Wed Sep 21 14:39:17 UTC 2016


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

commit 34c3d75157e98d70a06eacdb1026df9ead2a4594
Author: Adrian Dudau <adrian.dudau at enea.com>
AuthorDate: Mon Sep 19 14:57:53 2016 +0200

    crash: Enforce use of LDFLAGS during make
    
    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-kernel/crash/crash_7.1.5.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-kernel/crash/crash_7.1.5.bb b/meta-oe/recipes-kernel/crash/crash_7.1.5.bb
index 06fe1a8..936438b 100644
--- a/meta-oe/recipes-kernel/crash/crash_7.1.5.bb
+++ b/meta-oe/recipes-kernel/crash/crash_7.1.5.bb
@@ -41,6 +41,7 @@ EXTRA_OEMAKE = 'RPMPKG="${PV}" \
                 GDB_TARGET="${TARGET_SYS}" \
                 GDB_HOST="${BUILD_SYS}" \
                 GDB_MAKE_JOBS="${PARALLEL_MAKE}" \
+                LDFLAGS="${LDFLAGS}" \
                 '
 
 EXTRA_OEMAKE_class-cross = 'RPMPKG="${PV}" \

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


More information about the Openembedded-commits mailing list