diff options
| author | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-09 18:13:27 -0300 |
|---|---|---|
| committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-05-12 10:25:36 -0300 |
| commit | 69a970e13237606bd140b71ba842e647299940e7 (patch) | |
| tree | d66529dfb0398d56f10ab3230355b5e585dec5a8 /recipes-multimedia | |
| parent | e23ee6732c851a6e313d4dabdbf4db2799b45973 (diff) | |
| download | meta-freescale-69a970e13237606bd140b71ba842e647299940e7.tar.gz | |
imx-codec: 4.9.0 -> 4.9.3
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
| -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 = "" |
