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/ipv6connect/ipv6connect.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-ivi-common/recipes-test/ipv6connect/ipv6connect.bb') diff --git a/meta-ivi-common/recipes-test/ipv6connect/ipv6connect.bb b/meta-ivi-common/recipes-test/ipv6connect/ipv6connect.bb index 2fc6933ea..208ac5c13 100644 --- a/meta-ivi-common/recipes-test/ipv6connect/ipv6connect.bb +++ b/meta-ivi-common/recipes-test/ipv6connect/ipv6connect.bb @@ -8,6 +8,8 @@ SRCREV = "b355b7e1f43a19938895964f314484ffd8a39542" inherit autotools +INSANE_SKIP_${PN} = "ldflags" + B = "${WORKDIR}/git/ipv6connect" S = "${WORKDIR}/git" -- cgit 1.2.3-korg