]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-codec: Fix backward compatibility with libfslcodec
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 17:23:32 +0000 (14:23 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 7 May 2016 13:07:46 +0000 (10:07 -0300)
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>
recipes-multimedia/imx-codec/imx-codec.inc

index e6fd9c6f6469ed7d720823028c54c30ed19a96bf..7711661cb37d0544a6d2389330816a26b22f7fa2 100644 (file)
@@ -5,6 +5,9 @@ LICENSE = "Proprietary"
 SECTION = "multimedia"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a"
 
+# Backward compatibility
+PROVIDES += "libfslcodec"
+
 inherit fsl-eula-unpack autotools pkgconfig
 
 SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"