summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-07-01 15:14:01 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-07-02 12:14:37 -0300
commitf8a8a5eddc9e0d7e39e219dfb1fd137c8f77addc (patch)
treed40a0ffbca6b042b1cd5b833bf13c24b48190854 /recipes-multimedia
parent1cb885570c9666bf4c7f8986623fc66988cec292 (diff)
downloadmeta-fsl-arm-f8a8a5eddc9e0d7e39e219dfb1fd137c8f77addc.tar.gz
libfslparser: Whitelist package QA warning/errors
The binaries provided by Freescale does not provide debug symbols and has relocations in .text sessions; we cannot fix those issues without the source code so ignore them. Change-Id: Ib47ee2b448cdf132d073703e3980c774c03af83d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/libfslparser/libfslparser.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-multimedia/libfslparser/libfslparser.inc b/recipes-multimedia/libfslparser/libfslparser.inc
index 66b1231..e511065 100644
--- a/recipes-multimedia/libfslparser/libfslparser.inc
+++ b/recipes-multimedia/libfslparser/libfslparser.inc
@@ -9,12 +9,14 @@ inherit fsl-eula-unpack autotools pkgconfig
9 9
10SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" 10SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
11 11
12INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
13
12python populate_packages_prepend() { 14python populate_packages_prepend() {
13 # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have 15 # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have
14 # the source we cannot fix it. Disable the insane check for now. 16 # the source we cannot fix it. Disable the insane check for now.
15 # FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those 17 # FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those
16 for p in d.getVar('PACKAGES', True).split(): 18 for p in d.getVar('PACKAGES', True).split():
17 d.setVar("INSANE_SKIP_%s" % p, "ldflags dev-so") 19 d.setVar("INSANE_SKIP_%s" % p, "ldflags dev-so textrel")
18} 20}
19 21
20# FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those 22# FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those