diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2017-01-25 09:37:06 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-26 10:36:14 +0000 |
commit | 075c13ff378bdb3b03436d81a70f6779514b886b (patch) | |
tree | 9fbb56b67daac760eb0d53975e8f196150309870 /meta-ivi-common | |
parent | a4fed64b30281aee773686b452ebb409de534c32 (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')
5 files changed, 9 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-test/blobsallad/blobsallad_2006-11-14-23-57.bb b/meta-ivi-common/recipes-test/blobsallad/blobsallad_2006-11-14-23-57.bb index c3d744350..373d4ddc6 100644 --- a/meta-ivi-common/recipes-test/blobsallad/blobsallad_2006-11-14-23-57.bb +++ b/meta-ivi-common/recipes-test/blobsallad/blobsallad_2006-11-14-23-57.bb @@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "cd6309df1929d3e6b7bce1dbecc751849aeaafe17c01e05fd2567dc426 DEPENDS = "cairo virtual/libsdl" +INSANE_SKIP_${PN} = "ldflags" + S = "${WORKDIR}/blobsallad-src" do_configure () { diff --git a/meta-ivi-common/recipes-test/ebizzy/ebizzy_0.3.bb b/meta-ivi-common/recipes-test/ebizzy/ebizzy_0.3.bb index 19960417b..08b0425c0 100644 --- a/meta-ivi-common/recipes-test/ebizzy/ebizzy_0.3.bb +++ b/meta-ivi-common/recipes-test/ebizzy/ebizzy_0.3.bb @@ -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 } 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}'" 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" 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" |