Fix bitbake QA issues for test packages 57/8357/2
authorRonan <ronan.lemartret@iot.bzh>
Wed, 25 Jan 2017 08:37:06 +0000 (09:37 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 26 Jan 2017 10:36:14 +0000 (10:36 +0000)
 * fix "QA Issue: No GNU_HASH in the elf binary"

Change-Id: I81990e4ef91cee156667bf2deaaa9a4e3014f4ca
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
meta-ivi-common/recipes-test/blobsallad/blobsallad_2006-11-14-23-57.bb
meta-ivi-common/recipes-test/ebizzy/ebizzy_0.3.bb
meta-ivi-common/recipes-test/interbench/interbench_0.31.bb
meta-ivi-common/recipes-test/ipv6connect/ipv6connect.bb
meta-ivi-common/recipes-test/linus-stress/linus-stress.bb

index c3d7443..373d4dd 100644 (file)
@@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "cd6309df1929d3e6b7bce1dbecc751849aeaafe17c01e05fd2567dc426
 
 DEPENDS = "cairo virtual/libsdl"
 
+INSANE_SKIP_${PN} = "ldflags"
+
 S = "${WORKDIR}/blobsallad-src"
 
 do_configure () {
index 1996041..08b0425 100644 (file)
@@ -7,6 +7,8 @@ SRC_URI = "http://downloads.sourceforge.net/project/ebizzy/ebizzy/${PV}/ebizzy-$
 SRC_URI[md5sum] = "af038bc506066bb3d28db08aba62bc38"
 SRC_URI[sha256sum] = "77286029d6348f3d9b3f04eae1feadb5ad1ad07b9f688f4d9f002960862467f2"
 
+INSANE_SKIP_${PN} = "ldflags"
+
 do_compile () {
        ${CC} -Wall -Wshadow -lpthread -o ebizzy ebizzy.c
 }
index 80a717c..3e64903 100644 (file)
@@ -8,6 +8,8 @@ SRC_URI += "file://interbench.c.patch;striplevel=0"
 
 inherit autotools
 
+INSANE_SKIP_${PN} = "ldflags"
+
 B = "${S}"
 EXTRA_OEMAKE = "CC='${CC}'"
 
index 2fc6933..208ac5c 100644 (file)
@@ -8,6 +8,8 @@ SRCREV = "b355b7e1f43a19938895964f314484ffd8a39542"
 
 inherit autotools
 
+INSANE_SKIP_${PN} = "ldflags"
+
 B = "${WORKDIR}/git/ipv6connect"
 S = "${WORKDIR}/git"
 
index 0d1a9e6..4651180 100644 (file)
@@ -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"