From 075c13ff378bdb3b03436d81a70f6779514b886b Mon Sep 17 00:00:00 2001 From: Ronan Date: Wed, 25 Jan 2017 09:37:06 +0100 Subject: Fix bitbake QA issues for test packages * fix "QA Issue: No GNU_HASH in the elf binary" Change-Id: I81990e4ef91cee156667bf2deaaa9a4e3014f4ca Signed-off-by: Ronan --- meta-ivi-common/recipes-test/linus-stress/linus-stress.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-ivi-common/recipes-test/linus-stress') diff --git a/meta-ivi-common/recipes-test/linus-stress/linus-stress.bb b/meta-ivi-common/recipes-test/linus-stress/linus-stress.bb index 0d1a9e640..465118013 100644 --- a/meta-ivi-common/recipes-test/linus-stress/linus-stress.bb +++ b/meta-ivi-common/recipes-test/linus-stress/linus-stress.bb @@ -7,6 +7,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qa-test-misc;protocol=htt SRCREV = "87cdfd4626c0cb47fc22f328867e49d6268df85c" inherit autotools +INSANE_SKIP_${PN} = "ldflags" B = "${WORKDIR}/git/linus_stress" S = "${WORKDIR}/git" -- cgit 1.2.3-korg