diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-11-15 17:46:08 +0100 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-25 19:46:41 +0000 |
commit | d5d31cbff46179702d271418873608fe266e8b61 (patch) | |
tree | 0261f6decd1fd462f0ccec24cf05b1007f994e11 | |
parent | 721ce007fd8e09e982f0435d4aa3f75ef5de9594 (diff) | |
download | meta-freescale-d5d31cbff46179702d271418873608fe266e8b61.tar.gz |
imx-codec: upgrade from 4.7.0 to 4.7.1
Update to the version used in lf5.15.52_2.1.0.
License was updated to NXP EULA v39 August 2022.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit 42b95e850eae2f9958fa094e827ec18307f34c16)
-rw-r--r-- | recipes-multimedia/imx-codec/imx-codec_4.7.1.bb (renamed from recipes-multimedia/imx-codec/imx-codec_4.7.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.7.0.bb b/recipes-multimedia/imx-codec/imx-codec_4.7.1.bb index e192c64d..168878db 100644 --- a/recipes-multimedia/imx-codec/imx-codec_4.7.0.bb +++ b/recipes-multimedia/imx-codec/imx-codec_4.7.1.bb | |||
@@ -5,14 +5,14 @@ | |||
5 | DESCRIPTION = "Freescale Multimedia codec libs" | 5 | DESCRIPTION = "Freescale Multimedia codec libs" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d3c315c6eaa43e07d8c130dc3a04a011" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5a0bf11f745e68024f37b4724a5364fe" |
9 | 9 | ||
10 | # Backward compatibility | 10 | # Backward compatibility |
11 | PROVIDES += "libfslcodec" | 11 | PROVIDES += "libfslcodec" |
12 | 12 | ||
13 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" | 13 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" |
14 | SRC_URI[md5sum] = "5041d6e438c7779dcb424aedc11dd3ef" | 14 | SRC_URI[md5sum] = "a905c211e352c6d2f511603e21c6ec26" |
15 | SRC_URI[sha256sum] = "71bcb80bda44a326704d18b2e828b03c6f70792a4bf0686abc223657061df89b" | 15 | SRC_URI[sha256sum] = "e7ab2c84d3d0d0eff258c45c15a27e3bb22082e73b41cf9d169a68dbdd705529" |
16 | 16 | ||
17 | inherit fsl-eula-unpack autotools pkgconfig | 17 | inherit fsl-eula-unpack autotools pkgconfig |
18 | 18 | ||