summaryrefslogtreecommitdiffstats
path: root/meta-ivi-common/recipes-test/interbench/interbench_0.31.bb
diff options
context:
space:
mode:
authorRonan <ronan.lemartret@iot.bzh>2017-01-25 09:37:06 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-01-26 10:36:14 +0000
commit075c13ff378bdb3b03436d81a70f6779514b886b (patch)
tree9fbb56b67daac760eb0d53975e8f196150309870 /meta-ivi-common/recipes-test/interbench/interbench_0.31.bb
parenta4fed64b30281aee773686b452ebb409de534c32 (diff)
Fix bitbake QA issues for test packages
* fix "QA Issue: No GNU_HASH in the elf binary" Change-Id: I81990e4ef91cee156667bf2deaaa9a4e3014f4ca Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-ivi-common/recipes-test/interbench/interbench_0.31.bb')
-rw-r--r--meta-ivi-common/recipes-test/interbench/interbench_0.31.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-test/interbench/interbench_0.31.bb b/meta-ivi-common/recipes-test/interbench/interbench_0.31.bb
index 80a717c7a..3e6490374 100644
--- a/meta-ivi-common/recipes-test/interbench/interbench_0.31.bb
+++ b/meta-ivi-common/recipes-test/interbench/interbench_0.31.bb
@@ -8,6 +8,8 @@ SRC_URI += "file://interbench.c.patch;striplevel=0"
inherit autotools
+INSANE_SKIP_${PN} = "ldflags"
+
B = "${S}"
EXTRA_OEMAKE = "CC='${CC}'"