diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-05-13 08:02:08 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-13 08:02:08 -0300 |
commit | 4eeb24c7037f91d8781f5f65ac64fec49afade1c (patch) | |
tree | 095c61c9e4da9feffe304eed91b08103581a6509 | |
parent | ddba7de1bb561ff02309776c8ce7269b936e85b7 (diff) | |
parent | 5c7a2bab831b2d83563e60af0fdddd354eb939d8 (diff) | |
download | meta-freescale-4eeb24c7037f91d8781f5f65ac64fec49afade1c.tar.gz |
Merge pull request #2261 from Freescale/backport-2256-to-styhead
[Backport styhead] imx-dsp: 2.1.9 -> 2.1.10
-rw-r--r-- | recipes-multimedia/imx-dsp/imx-dsp_2.1.10.bb (renamed from recipes-multimedia/imx-dsp/imx-dsp_2.1.9.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/imx-dsp/imx-dsp_2.1.9.bb b/recipes-multimedia/imx-dsp/imx-dsp_2.1.10.bb index 73321ddc..4e42110b 100644 --- a/recipes-multimedia/imx-dsp/imx-dsp_2.1.9.bb +++ b/recipes-multimedia/imx-dsp/imx-dsp_2.1.10.bb | |||
@@ -2,16 +2,16 @@ | |||
2 | 2 | ||
3 | DESCRIPTION = "i.MX DSP Wrapper, Firmware Binary, Codec Libraries" | 3 | DESCRIPTION = "i.MX DSP Wrapper, Firmware Binary, Codec Libraries" |
4 | LICENSE = "Proprietary" | 4 | LICENSE = "Proprietary" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3" |
6 | 6 | ||
7 | inherit fsl-eula-unpack autotools pkgconfig | 7 | inherit fsl-eula-unpack autotools pkgconfig |
8 | 8 | ||
9 | IMX_SRCREV_ABBREV = "a3074e2" | 9 | IMX_SRCREV_ABBREV = "ea4fe3f" |
10 | SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" | 10 | SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" |
11 | 11 | ||
12 | S = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}" | 12 | S = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}" |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "1f763c21f20abfbb013a0d1acb5846fec55241e9fa8c8aae47fd95b007d800fe" | 14 | SRC_URI[sha256sum] = "fc6e6a7c2417730b39eeddc26606c3d58a8f5d0a1521f44bbbd505657046858b" |
15 | 15 | ||
16 | EXTRA_OECONF = " \ | 16 | EXTRA_OECONF = " \ |
17 | -datadir=${base_libdir}/firmware \ | 17 | -datadir=${base_libdir}/firmware \ |