diff options
author | Zelan Zou <zelan.zou@nxp.com> | 2023-07-26 16:11:51 +0800 |
---|---|---|
committer | Jun Zhu <junzhu@nxp.com> | 2023-07-28 21:49:13 +0800 |
commit | f109c47574459f8059df4c763ce55aae63dd9946 (patch) | |
tree | b67f41ea836461146c465297c89810a4a73ed4d1 /recipes-multimedia | |
parent | a93707ee7ae6b518107f06b1ec883d6708fd98e3 (diff) | |
download | meta-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) |
5 | DESCRIPTION = "Freescale Multimedia parser libs" | 5 | DESCRIPTION = "Freescale Multimedia parser libs" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5a0bf11f745e68024f37b4724a5364fe" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657" |
9 | 9 | ||
10 | # For backwards compatibility | 10 | # For backwards compatibility |
11 | PROVIDES += "libfslparser" | 11 | PROVIDES += "libfslparser" |
@@ -14,8 +14,8 @@ RPROVIDES:${PN} = "libfslparser" | |||
14 | RCONFLICTS:${PN} = "libfslparser" | 14 | RCONFLICTS:${PN} = "libfslparser" |
15 | 15 | ||
16 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | 16 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" |
17 | SRC_URI[md5sum] = "b4fee8f21ecef727af00f7106620f44b" | 17 | SRC_URI[md5sum] = "46c0636293e387a8b3e4c7d08bd35e02" |
18 | SRC_URI[sha256sum] = "745dbc6c9d28bf380b707f0aeb6dfde02a3bcbb34522640510f8756e945c7320" | 18 | SRC_URI[sha256sum] = "804414bfa016461687d4f077feb29deb6e4bdcd018e1da9691ae55284bb65b7f" |
19 | 19 | ||
20 | inherit fsl-eula-unpack autotools pkgconfig | 20 | inherit fsl-eula-unpack autotools pkgconfig |
21 | 21 | ||