summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-parser
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-11-04 06:56:49 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-11-06 05:40:08 -0700
commit414650e8065c08ed5c5d5f60090d805526a7150a (patch)
treed90408801fda71f7b647e6e2256e7c5ee316f4f2 /recipes-multimedia/imx-parser
parente3f8a44e1f11a0362b18245343cf0ca21c21b051 (diff)
downloadmeta-freescale-414650e8065c08ed5c5d5f60090d805526a7150a.tar.gz
recipes-multimedia: Update for NXP release 6.1.36-2.1.0
Updated: - imx-alsa-plugins_git.bb - gstreamer1.0-plugins-bad_1.22.0.imx.bb - gstreamer1.0-plugins-base_1.22.0.imx.bb - gstreamer1.0-plugins-good_1.22.0.imx.bb - gstreamer1.0_1.22.0.imx.bb - imx-gst1.0-plugin_git.bb - imx-vpuwrap_git.bb Upgraded: - imx-codec: 4.8.0 -> 4.8.1 - imx-dsp: 2.0.5 -> 2.1.5 - imx-dsp-codec-ext: 2.0.5 -> 2.1.5 - imx-parser: 4.8.0 -> 4.8.1 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-multimedia/imx-parser')
-rw-r--r--recipes-multimedia/imx-parser/imx-parser_4.8.1.bb (renamed from recipes-multimedia/imx-parser/imx-parser_4.8.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.8.0.bb b/recipes-multimedia/imx-parser/imx-parser_4.8.1.bb
index aacd943b..98a7cd99 100644
--- a/recipes-multimedia/imx-parser/imx-parser_4.8.0.bb
+++ b/recipes-multimedia/imx-parser/imx-parser_4.8.1.bb
@@ -5,7 +5,7 @@
5DESCRIPTION = "Freescale Multimedia parser libs" 5DESCRIPTION = "Freescale Multimedia parser libs"
6LICENSE = "Proprietary" 6LICENSE = "Proprietary"
7SECTION = "multimedia" 7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657" 8LIC_FILES_CHKSUM = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de"
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] = "46c0636293e387a8b3e4c7d08bd35e02" 17SRC_URI[md5sum] = "c7a8aae8114d0756ed858000b78e9d8e"
18SRC_URI[sha256sum] = "804414bfa016461687d4f077feb29deb6e4bdcd018e1da9691ae55284bb65b7f" 18SRC_URI[sha256sum] = "73b8ce76507f25d72192862a939405625086a6631fba6f58e4e6bef2614fd202"
19 19
20inherit fsl-eula-unpack autotools pkgconfig 20inherit fsl-eula-unpack autotools pkgconfig
21 21