summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorZelan Zou <zelan.zou@nxp.com>2023-07-26 16:11:51 +0800
committerJun Zhu <junzhu@nxp.com>2023-07-28 21:49:13 +0800
commitf109c47574459f8059df4c763ce55aae63dd9946 (patch)
treeb67f41ea836461146c465297c89810a4a73ed4d1 /recipes-multimedia
parenta93707ee7ae6b518107f06b1ec883d6708fd98e3 (diff)
downloadmeta-freescale-f109c47574459f8059df4c763ce55aae63dd9946.tar.gz
imx-parser: Upgrade 4.7.2 -> 4.8.0
Signed-off-by: Zelan Zou <zelan.zou@nxp.com> Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/imx-parser/imx-parser_4.8.0.bb (renamed from recipes-multimedia/imx-parser/imx-parser_4.7.2.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.7.2.bb b/recipes-multimedia/imx-parser/imx-parser_4.8.0.bb
index 004c2417..aacd943b 100644
--- a/recipes-multimedia/imx-parser/imx-parser_4.7.2.bb
+++ b/recipes-multimedia/imx-parser/imx-parser_4.8.0.bb
@@ -1,11 +1,11 @@
1# Copyright (C) 2012-2018 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2018 O.S. Systems Software LTDA.
2# Copyright (C) 2012-2016 Freescale Semiconductor 2# Copyright (C) 2012-2016 Freescale Semiconductor
3# Copyright (C) 2017-2021 NXP 3# Copyright (C) 2017-2023 NXP
4# Released under the MIT license (see COPYING.MIT for the terms) 4# Released under the MIT license (see COPYING.MIT for the terms)
5DESCRIPTION = "Freescale Multimedia parser libs" 5DESCRIPTION = "Freescale Multimedia parser libs"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7SECTION = "multimedia" 7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=5a0bf11f745e68024f37b4724a5364fe" 8LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657"
9 9
10# For backwards compatibility 10# For backwards compatibility
11PROVIDES += "libfslparser" 11PROVIDES += "libfslparser"
@@ -14,8 +14,8 @@ RPROVIDES:${PN} = "libfslparser"
14RCONFLICTS:${PN} = "libfslparser" 14RCONFLICTS:${PN} = "libfslparser"
15 15
16SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" 16SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true"
17SRC_URI[md5sum] = "b4fee8f21ecef727af00f7106620f44b" 17SRC_URI[md5sum] = "46c0636293e387a8b3e4c7d08bd35e02"
18SRC_URI[sha256sum] = "745dbc6c9d28bf380b707f0aeb6dfde02a3bcbb34522640510f8756e945c7320" 18SRC_URI[sha256sum] = "804414bfa016461687d4f077feb29deb6e4bdcd018e1da9691ae55284bb65b7f"
19 19
20inherit fsl-eula-unpack autotools pkgconfig 20inherit fsl-eula-unpack autotools pkgconfig
21 21