diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2025-05-13 08:04:54 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-13 08:04:54 -0300 |
| commit | a12d3ef7aa9f296240dd7fa636024f6df65ea7d7 (patch) | |
| tree | 24b8b677de4d5cdf04eec1a71547b5fadeef5506 | |
| parent | 60dadceb63dccd49eaa86b2cffe4a849e1deef02 (diff) | |
| parent | 69a970e13237606bd140b71ba842e647299940e7 (diff) | |
| download | meta-freescale-a12d3ef7aa9f296240dd7fa636024f6df65ea7d7.tar.gz | |
Merge pull request #2251 from OSSystems/topic/imx-codec
imx-codec: 4.9.0 -> 4.9.3
| -rw-r--r-- | recipes-multimedia/imx-codec/imx-codec_4.9.3.bb (renamed from recipes-multimedia/imx-codec/imx-codec_4.9.0.bb) | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.9.0.bb b/recipes-multimedia/imx-codec/imx-codec_4.9.3.bb index c2386efc1..b435dacd1 100644 --- a/recipes-multimedia/imx-codec/imx-codec_4.9.0.bb +++ b/recipes-multimedia/imx-codec/imx-codec_4.9.3.bb | |||
| @@ -1,20 +1,24 @@ | |||
| 1 | # Copyright (C) 2012-2016 Freescale Semiconductor | 1 | # Copyright (C) 2012-2016 Freescale Semiconductor |
| 2 | # Copyright 2017 NXP-2023 | 2 | # Copyright (C) 2017-2024 NXP |
| 3 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 3 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
| 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 | |||
| 5 | DESCRIPTION = "Freescale Multimedia codec libs" | 6 | DESCRIPTION = "Freescale Multimedia codec libs" |
| 6 | LICENSE = "Proprietary" | 7 | LICENSE = "Proprietary" |
| 7 | SECTION = "multimedia" | 8 | SECTION = "multimedia" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3" |
| 9 | 10 | ||
| 10 | # Backward compatibility | 11 | # Backward compatibility |
| 11 | PROVIDES += "libfslcodec" | 12 | PROVIDES += "libfslcodec" |
| 12 | 13 | ||
| 13 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | 14 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" |
| 14 | SRC_URI[sha256sum] = "1a41a3cad9e0f4baa904fcec896105d3474e18d13f169dad1172d5691fc11c9a" | 15 | SRC_URI[sha256sum] = "61b40623e1c2322f1ba85da57ab6949f749d02b3b5cbc2b1ef583a99b59e8968" |
| 16 | IMX_SRCREV_ABBREV = "394336b" | ||
| 15 | 17 | ||
| 16 | inherit fsl-eula-unpack autotools pkgconfig | 18 | inherit fsl-eula-unpack autotools pkgconfig |
| 17 | 19 | ||
| 20 | S = "${WORKDIR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}" | ||
| 21 | |||
| 18 | PACKAGECONFIG ??= "${PACKAGECONFIG_VPU}" | 22 | PACKAGECONFIG ??= "${PACKAGECONFIG_VPU}" |
| 19 | # Support Chips&Media VPU only | 23 | # Support Chips&Media VPU only |
| 20 | PACKAGECONFIG_VPU = "" | 24 | PACKAGECONFIG_VPU = "" |
