summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc b/meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc
index f52233ba7..6a91fed85 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() {
45 45
46 # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have 46 # FIXME: All binaries lack GNU_HASH in elf binary but as we don't have
47 # the source we cannot fix it. Disable the insane check for now. 47 # the source we cannot fix it. Disable the insane check for now.
48 # FIXME: gst-fsl-plugin looks for the .so files so we need to deploy those
49 for p in d.getVar('PACKAGES', True).split(): 48 for p in d.getVar('PACKAGES', True).split():
50 d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel dev-so")
51 d.setVar("DEBIAN_NOAUTONAME_%s" % p, "1") 49 d.setVar("DEBIAN_NOAUTONAME_%s" % p, "1")
50 d.setVar("INSANE_SKIP_%s" % p, "ldflags textrel")
52 51
53 # Allow addition of all codecs in a image; useful specially for 52 # Allow addition of all codecs in a image; useful specially for
54 # debugging. 53 # debugging.