diff options
author | Valentin Jec <valentin.jec@nxp.com> | 2024-02-12 12:06:51 +0200 |
---|---|---|
committer | Valentin Jec <valentin.jec@nxp.com> | 2024-02-12 12:06:51 +0200 |
commit | 336628e6b0118c765df47632714f47b942a3ff18 (patch) | |
tree | ed8c77c76948bd13ab702749c5ade3dc87d1c505 /recipes-multimedia/imx-parser | |
parent | 9dfbf6675adcf3dfbc1127a5ce55f135082318ae (diff) | |
download | meta-freescale-336628e6b0118c765df47632714f47b942a3ff18.tar.gz |
recipes-multimedia: Update for NXP release 6.1.55-2.2.0
Upgraded:
- gstreamer1.0-plugins-bad: 1.22.0 -> 1.22.5
- gstreamer1.0-plugins-base: 1.22.0 -> 1.22.5
- gstreamer1.0-plugins-good: 1.22.0 -> 1.22.5
- gstreamer1.0: 1.22.0 -> 1.22.5
- imx-codec: 4.8.1 -> 4.8.2
- imx-dsp: 2.1.5 -> 2.1.6
- imx-dsp-codec-ext: 2.1.5 -> 2.1.6
- imx-parser: 4.8.1 -> 4.8.2
Updated:
- imx-alsa-plugins_git.bb
- imx-gst1.0-plugin_git.bb
- imx-vpuwrap_git.bb
New feature:
- imx-opencl-converter_0.1.bb
Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
Diffstat (limited to 'recipes-multimedia/imx-parser')
-rw-r--r-- | recipes-multimedia/imx-parser/imx-parser_4.8.2.bb (renamed from recipes-multimedia/imx-parser/imx-parser_4.8.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.8.1.bb b/recipes-multimedia/imx-parser/imx-parser_4.8.2.bb index 98a7cd99a..4b59eb2ff 100644 --- a/recipes-multimedia/imx-parser/imx-parser_4.8.1.bb +++ b/recipes-multimedia/imx-parser/imx-parser_4.8.2.bb | |||
@@ -5,7 +5,7 @@ | |||
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=db4762b09b6bda63da103963e6e081de" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=2827219e81f28aba7c6a569f7c437fa7" |
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] = "c7a8aae8114d0756ed858000b78e9d8e" | 17 | SRC_URI[md5sum] = "2e862fce70bc82649057ed552473d982" |
18 | SRC_URI[sha256sum] = "73b8ce76507f25d72192862a939405625086a6631fba6f58e4e6bef2614fd202" | 18 | SRC_URI[sha256sum] = "20f326821ced5d6855f81794b66ec1f0c334e9ec7a9be1368a9b4dc501b666c6" |
19 | 19 | ||
20 | inherit fsl-eula-unpack autotools pkgconfig | 20 | inherit fsl-eula-unpack autotools pkgconfig |
21 | 21 | ||