[meta-freescale] [meta-fsl-arm][PATCH 05/15] libfslcodec: Drop sanity check override for .so files

Otavio Salvador otavio at ossystems.com.br
Tue Jan 21 06:28:56 PST 2014


Change-Id: I9ad5c8db3b156398884ba9b63943eb56394c868f
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 recipes-multimedia/libfslcodec/libfslcodec.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-multimedia/libfslcodec/libfslcodec.inc b/recipes-multimedia/libfslcodec/libfslcodec.inc
index e787d3a..597654b 100644
--- a/recipes-multimedia/libfslcodec/libfslcodec.inc
+++ b/recipes-multimedia/libfslcodec/libfslcodec.inc
@@ -44,9 +44,8 @@ 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 textrel dev-so")
+        d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel")
         d.setVar("DEBIAN_NOAUTONAME_%s" % p, "1")
 
     # Allow addition of all codecs in a image; useful specially for
-- 
1.8.5.3



More information about the meta-freescale mailing list