From 01afc80a2f6e376eeb7d72be1623437dacf427db Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 18 Jan 2014 17:06:10 -0200 Subject: 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 --- 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 f52233b..6a91fed 100644 --- a/recipes-multimedia/libfslcodec/libfslcodec.inc +++ b/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. -- cgit v1.2.3-54-g00ecf