summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-04-19 14:23:32 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-05-07 10:07:46 -0300
commit62c325f2907d145af08aa6b533bcf8282963e2f3 (patch)
treef1cc25f4e6117a9c54576fabcee72d25e6baaf1f
parent705623ad1e1e3dd11857ed89ca08fc4179958d78 (diff)
downloadmeta-freescale-62c325f2907d145af08aa6b533bcf8282963e2f3.tar.gz
imx-codec: Fix backward compatibility with libfslcodec
The new recipe ought to remove the old one and provide the same recipe name. This ensures that old metadata is kept working. Change-Id: I5fe1b53e150c1fdd2c8c63895abf211810b4caa1 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-multimedia/imx-codec/imx-codec.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec.inc b/recipes-multimedia/imx-codec/imx-codec.inc
index e6fd9c6f..7711661c 100644
--- a/recipes-multimedia/imx-codec/imx-codec.inc
+++ b/recipes-multimedia/imx-codec/imx-codec.inc
@@ -5,6 +5,9 @@ LICENSE = "Proprietary"
5SECTION = "multimedia" 5SECTION = "multimedia"
6LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a" 6LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a"
7 7
8# Backward compatibility
9PROVIDES += "libfslcodec"
10
8inherit fsl-eula-unpack autotools pkgconfig 11inherit fsl-eula-unpack autotools pkgconfig
9 12
10SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" 13SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"