From 42458d36a1b50ce4021d4bfaa6e7389e9a168f66 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 1 Jul 2013 15:14:01 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-multimedia/libfslparser/libfslparser.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-fsl-arm/recipes-multimedia/libfslparser/libfslparser.inc b/meta-fsl-arm/recipes-multimedia/libfslparser/libfslparser.inc index 66b12315..e5110659 100644 --- a/meta-fsl-arm/recipes-multimedia/libfslparser/libfslparser.inc +++ b/meta-fsl-arm/recipes-multimedia/libfslparser/libfslparser.inc @@ -9,12 +9,14 @@ inherit fsl-eula-unpack autotools pkgconfig SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" + python populate_packages_prepend() { # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have # the source we cannot fix it. Disable the insane check for now. # FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those for p in d.getVar('PACKAGES', True).split(): - d.setVar("INSANE_SKIP_%s" % p, "ldflags dev-so") + d.setVar("INSANE_SKIP_%s" % p, "ldflags dev-so textrel") } # FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those -- 2.40.1