]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-alsa-plugins: Fix backward compatibility with fsl-alsa-plugins
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 18 Apr 2016 22:35:13 +0000 (19:35 -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: I8c385676aba2b452ac661e308a0aed3badb4f298
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb

index 5ed1fb5e79dac6db09d26f257e3ab66a18069921..574a2601554ee4b3b690591123d6297803fa5da7 100644 (file)
@@ -7,6 +7,7 @@ SECTION = "multimedia"
 DEPENDS = "alsa-lib virtual/kernel"
 
 # For backwards compatibility
+PROVIDES += "fsl-alsa-plugins"
 RREPLACES_${PN} = "fsl-alsa-plugins"
 RPROVIDES_${PN} = "fsl-alsa-plugins"
 RCONFLICTS_${PN} = "fsl-alsa-plugins"