aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-09-19 14:57:53 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-26 08:29:12 +0200
commit9c9cee62e981e173366328e4503085e180bf7bb5 (patch)
treed874f1036bd689a1ae7a520c81c9911e09b83949 /meta-oe/recipes-kernel
parentbe8aa13c2fef0d103bb32defa862a5ea568690c8 (diff)
downloadmeta-openembedded-9c9cee62e981e173366328e4503085e180bf7bb5.tar.gz
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@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r--meta-oe/recipes-kernel/crash/crash_7.1.5.bb1
1 files changed, 1 insertions, 0 deletions
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}" \