summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-parser
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-04-18 19:50:33 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 16:52:32 -0300
commita22eb3a22996ea56b5e904d82c78b658e4ba7ed0 (patch)
treea957254c855fcf1da9eafce259b422dc2726e72d /recipes-multimedia/imx-parser
parente2c6f10c74fb4e1ac7900a157325d65437443125 (diff)
downloadmeta-fsl-arm-a22eb3a22996ea56b5e904d82c78b658e4ba7ed0.tar.gz
imx-parser: Fix backward compatibility with libfslparser
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>
Diffstat (limited to 'recipes-multimedia/imx-parser')
-rw-r--r--recipes-multimedia/imx-parser/imx-parser.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-multimedia/imx-parser/imx-parser.inc b/recipes-multimedia/imx-parser/imx-parser.inc
index 6fb34de..78b711a 100644
--- a/recipes-multimedia/imx-parser/imx-parser.inc
+++ b/recipes-multimedia/imx-parser/imx-parser.inc
@@ -1,4 +1,4 @@
1# Copyright (C) 2012-2014 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2014, 2016 O.S. Systems Software LTDA.
2# Copyright (C) 2012-2016 Freescale Semiconductor 2# Copyright (C) 2012-2016 Freescale Semiconductor
3# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
4DESCRIPTION = "Freescale Multimedia parser libs" 4DESCRIPTION = "Freescale Multimedia parser libs"
@@ -7,6 +7,7 @@ SECTION = "multimedia"
7LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a" 7LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a"
8 8
9# For backwards compatibility 9# For backwards compatibility
10PROVIDES += "libfslparser"
10RREPLACES_${PN} = "libfslparser" 11RREPLACES_${PN} = "libfslparser"
11RPROVIDES_${PN} = "libfslparser" 12RPROVIDES_${PN} = "libfslparser"
12RCONFLICTS_${PN} = "libfslparser" 13RCONFLICTS_${PN} = "libfslparser"