diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-01-18 17:06:10 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-20 14:00:03 -0300 |
commit | 01afc80a2f6e376eeb7d72be1623437dacf427db (patch) | |
tree | a4089602e57d246d5356a29e01d6976ecb965c4f | |
parent | 26ecac1cce8afca4dc8ebb2bf09f381829b2a5b6 (diff) | |
download | meta-fsl-arm-01afc80a2f6e376eeb7d72be1623437dacf427db.tar.gz |
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 <otavio@ossystems.com.br>
-rw-r--r-- | recipes-multimedia/libfslcodec/libfslcodec.inc | 3 |
1 files changed, 1 insertions, 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() { | |||
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. |