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 | cd18f0b16d73ea6da42a1ed74c7388fdf7ae08d0 (patch) | |
| tree | 86759a486375271a96ea67f2aab151a34ee2d9b2 /meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc | |
| parent | 602fd6169da59dc53054500b57a0e194238d19f0 (diff) | |
| download | meta-freescale-cd18f0b16d73ea6da42a1ed74c7388fdf7ae08d0.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>
Diffstat (limited to 'meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc')
| -rw-r--r-- | meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec.inc | 3 |
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. |
