diff options
Diffstat (limited to 'recipes-multimedia/imx-codec')
-rw-r--r-- | recipes-multimedia/imx-codec/imx-codec_4.9.3.bb (renamed from recipes-multimedia/imx-codec/imx-codec_4.8.3.bb) | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.8.3.bb b/recipes-multimedia/imx-codec/imx-codec_4.9.3.bb index 0a2c71e76..5e42e6928 100644 --- a/recipes-multimedia/imx-codec/imx-codec_4.8.3.bb +++ b/recipes-multimedia/imx-codec/imx-codec_4.9.3.bb | |||
@@ -1,21 +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=44a8052c384584ba09077e85a3d1654f" | 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[md5sum] = "7ae1615aad2c0456b9be2ab804a6267e" | 15 | SRC_URI[sha256sum] = "61b40623e1c2322f1ba85da57ab6949f749d02b3b5cbc2b1ef583a99b59e8968" |
15 | SRC_URI[sha256sum] = "9facb3541903b4a6c6baa906f8c2c6cc01fc8c7b82a726c8da6d3681d4ed720b" | 16 | IMX_SRCREV_ABBREV = "394336b" |
16 | 17 | ||
17 | inherit fsl-eula-unpack autotools pkgconfig | 18 | inherit fsl-eula-unpack autotools pkgconfig |
18 | 19 | ||
20 | S = "${UNPACKDIR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}" | ||
21 | |||
19 | PACKAGECONFIG ??= "${PACKAGECONFIG_VPU}" | 22 | PACKAGECONFIG ??= "${PACKAGECONFIG_VPU}" |
20 | # Support Chips&Media VPU only | 23 | # Support Chips&Media VPU only |
21 | PACKAGECONFIG_VPU = "" | 24 | PACKAGECONFIG_VPU = "" |
@@ -60,7 +63,7 @@ do_package_qa[prefuncs] += "__set_insane_skip" | |||
60 | 63 | ||
61 | python __split_libfslcodec_plugins() { | 64 | python __split_libfslcodec_plugins() { |
62 | codecdir = bb.data.expand('${libdir}', d) | 65 | codecdir = bb.data.expand('${libdir}', d) |
63 | do_split_packages(d, codecdir, '^lib_([^_]*).*_arm.*_elinux\.so\..*', | 66 | do_split_packages(d, codecdir, r'^lib_([^_]*).*_arm.*_elinux\.so\..*', |
64 | aux_files_pattern='${libdir}/imx-mm/audio-codec/wrap/lib_%sd_wrap_arm*_elinux.so.*', | 67 | aux_files_pattern='${libdir}/imx-mm/audio-codec/wrap/lib_%sd_wrap_arm*_elinux.so.*', |
65 | output_pattern='imx-codec-%s', | 68 | output_pattern='imx-codec-%s', |
66 | description='Freescale i.MX Codec (%s)', | 69 | description='Freescale i.MX Codec (%s)', |