From 9c9cee62e981e173366328e4503085e180bf7bb5 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 19 Sep 2016 14:57:53 +0200 Subject: crash: Enforce use of LDFLAGS during make 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-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 06fe1a84a0..936438b897 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}" \ -- cgit v1.2.3-54-g00ecf