tinycompress: Upgrade to v1.2.5

This update the recipe from meta-imx, commit 1d374aff75 ("tinycompress:
Upgrate tinycompress version to v1.2.5 [YOCIMX-6591]").
This also fixes the SRC_URI URL using https:// instead of git:// which
is necessary in some environments.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
This commit is contained in:
Alexander Stein 2025-05-28 08:41:24 +02:00
parent 2f83b211be
commit 803b07843b
2 changed files with 16 additions and 16 deletions

View File

@ -1,16 +0,0 @@
DESCRIPTION = "A library to handle compressed formats like MP3 etc."
LICENSE = "LGPL-2.1-only | BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"
DEPENDS = "alsa-lib"
SRC_URI = "git://git.alsa-project.org/tinycompress.git;protocol=git;branch=master \
file://0001-tinycompress-Add-id3-decoding.patch \
file://0002-cplay-Support-wave-file.patch \
file://0003-cplay-Add-pause-feature.patch \
file://0004-tinycompress-pass-NULL-buffer-with-0-size-to-driver.patch \
file://0005-cplay-Support-aac-streams.patch \
"
SRCREV = "995f2ed91045dad8c20485ab1a64727d22cd92e5"
S = "${WORKDIR}/git"
inherit autotools pkgconfig

View File

@ -0,0 +1,16 @@
SUMMARY = "tinycompress library for compress audio offload in alsa"
DESCRIPTION = "A library to handle compressed formats like MP3 etc"
LICENSE = "BSD-3-Clause"
inherit autotools pkgconfig
LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"
DEPENDS:append = " alsa-lib"
PV .= "+git${SRCPV}"
SRC_URI = "git://github.com/alsa-project/tinycompress.git;protocol=https;branch=master \
"
SRCREV = "f3ba6e5c2126f2fb07e3d890f990d50c3e204e67"
S = "${WORKDIR}/git"