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 <[email protected]> --- Changes in v3: None Changes in v2: None 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..aa5282c 100644 --- a/recipes-multimedia/libfslcodec/libfslcodec.inc +++ b/recipes-multimedia/libfslcodec/libfslcodec.inc @@ -44,10 +44,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. -- 1.8.5.3 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
