diff options
author | Yuqing Zhu <carol.zhu@nxp.com> | 2020-04-14 14:54:10 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-20 16:17:28 -0300 |
commit | e17104581a56e84ef7f6a03c0936aa33e56b6600 (patch) | |
tree | 68142817bf637de75b41998e26f71344072d2d1d /recipes-multimedia | |
parent | 58a39c35e2ff13084c8caab9b5bd68b3bb076b97 (diff) | |
download | meta-freescale-e17104581a56e84ef7f6a03c0936aa33e56b6600.tar.gz |
imx-codec: Upgrade to v4.5.3
-Update EULA to v10
-Update version to align with other Multimedia components
Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/imx-codec/imx-codec_4.5.3.bb (renamed from recipes-multimedia/imx-codec/imx-codec_4.5.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.5.1.bb b/recipes-multimedia/imx-codec/imx-codec_4.5.3.bb index 72cf86c9..e41469f3 100644 --- a/recipes-multimedia/imx-codec/imx-codec_4.5.1.bb +++ b/recipes-multimedia/imx-codec/imx-codec_4.5.3.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=6c12031a11b81db21cdfe0be88cac4b3" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d" |
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] = "ec33247a4c88de79129f4af041227059" | 14 | SRC_URI[md5sum] = "a0413b390a473aee862806dd25a4a366" |
15 | SRC_URI[sha256sum] = "1ca8b0d6289af1f768f193cff337207d98c0d71120d97028b35cb7743e7160cc" | 15 | SRC_URI[sha256sum] = "ecaecb4afb646efad9a81d67a1a5e50a9e06ed49fa8ea947064465a085b2c578" |
16 | 16 | ||
17 | inherit fsl-eula-unpack autotools pkgconfig | 17 | inherit fsl-eula-unpack autotools pkgconfig |
18 | 18 | ||