From: Otavio Salvador Date: Tue, 19 Apr 2016 17:23:32 +0000 (-0300) Subject: imx-codec: Fix backward compatibility with libfslcodec X-Git-Tag: 2.1~16 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=62c325f2907d145af08aa6b533bcf8282963e2f3;p=meta-freescale.git 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 --- 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" 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"