From: Otavio Salvador Date: Sat, 18 Jan 2014 19:06:10 +0000 (-0200) Subject: libfslcodec: Drop sanity check override for .so files X-Git-Tag: 2.1~1067 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cd18f0b16d73ea6da42a1ed74c7388fdf7ae08d0;p=meta-freescale.git libfslcodec: Drop sanity check override for .so files The .so files are not being deployed in the regular packages, just the -dev ones, so we can drop this sanity check workaround and the respective FIXME entry. Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc b/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc index f52233ba..6a91fed8 100644 --- a/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc +++ b/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc @@ -45,10 +45,9 @@ 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("DEBIAN_NOAUTONAME_%s" % p, "1") + d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel") # Allow addition of all codecs in a image; useful specially for # debugging.