]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-parser: Fix backward compatibility with libfslparser
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 18 Apr 2016 22:50:33 +0000 (19:50 -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: Icd6c8240cb063dede707c7b0bd1d256e46542cd2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/imx-parser/imx-parser.inc

index 6fb34de8d81f3987ecacd7b335f2f2000141bc77..78b711acafec803fde04157b54c781534daf61f4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014 O.S. Systems Software LTDA.
+# Copyright (C) 2012-2014, 2016 O.S. Systems Software LTDA.
 # Copyright (C) 2012-2016 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 DESCRIPTION = "Freescale Multimedia parser libs"
@@ -7,6 +7,7 @@ SECTION = "multimedia"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a"
 
 # For backwards compatibility
+PROVIDES += "libfslparser"
 RREPLACES_${PN} = "libfslparser"
 RPROVIDES_${PN} = "libfslparser"
 RCONFLICTS_${PN} = "libfslparser"