deleted file mode 100644
@@ -1,32 +0,0 @@
-From 2db4ee4ed5e12a48b1d195dab0f57b7106ff37c4 Mon Sep 17 00:00:00 2001
-From: Pratyush Meduri <mpratyus@qti.qualcomm.com>
-Date: Tue, 20 Jan 2026 14:47:27 +0530
-Subject: [PATCH] include: install compress_ops.h as public header
-
-Move tinycompress/compress_ops.h from noinst_HEADERS to
-nobase_include_HEADERS so it gets installed for users.
-
-Signed-off-by: Pratyush Meduri <mpratyus@qti.qualcomm.com>
-Upstream-Status: Submitted [https://github.com/alsa-project/tinycompress/pull/30]
----
- include/Makefile.am | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/include/Makefile.am b/include/Makefile.am
-index b12c2c5..15058a9 100644
---- a/include/Makefile.am
-+++ b/include/Makefile.am
-@@ -1,8 +1,8 @@
--nobase_include_HEADERS = tinycompress/tinycompress.h
-+nobase_include_HEADERS = tinycompress/tinycompress.h \
-+ tinycompress/compress_ops.h
-
- noinst_HEADERS = sound/compress_offload.h \
- sound/compress_params.h \
- tinycompress/version.h \
-- tinycompress/compress_ops.h \
- tinycompress/tinymp3.h \
- tinycompress/tinywave.h
-2.34.1
-
similarity index 69%
rename from meta-multimedia/recipes-multimedia/tinycompress/tinycompress_1.2.13.bb
rename to meta-multimedia/recipes-multimedia/tinycompress/tinycompress_1.2.16.bb
@@ -5,8 +5,7 @@ HOMEPAGE = "https://github.com/alsa-project/tinycompress"
LICENSE = "BSD-3-Clause OR LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"
-SRCREV = "ea5c7245beb0b6aec1565cfae0454d6ba374dfdd"
-SRC_URI = "git://github.com/alsa-project/tinycompress.git;branch=master;protocol=https;tag=v${PV} \
- file://0001-include-install-compress_ops.h-as-public-header.patch"
+SRCREV = "6b064c5b614bde950560a345ca0702e76668bdab"
+SRC_URI = "git://github.com/alsa-project/tinycompress.git;branch=master;protocol=https;tag=v${PV}"
inherit autotools pkgconfig
Upstream changes (git log v1.2.13..v1.2.16): * 64-bit timestamp/hpointer support: compress_get_hpointer64, get_tstamp64 via SNDRV_COMPRESS_AVAIL64, clamp samples to UINT_MAX and return -ERANGE on overflow; update sound header to v0.4.0. * compress plugin ("mops") support: magic + compress_plugin_mops symbol lookup, improved hw-plugin protocol version check. * fcplay: decode the AAC header to set the correct codec format and fix next_track sequencing for gapless playback; misc fixes (include errno.h, avoid NULL string to printf). * include: install compress_ops.h as a public header. Drop 0001-include-install-compress_ops.h-as-public-header.patch: that change (moving compress_ops.h to nobase_include_HEADERS) was merged upstream and is present in 1.2.16. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> --- ...tall-compress_ops.h-as-public-header.patch | 32 ------------------- ...press_1.2.13.bb => tinycompress_1.2.16.bb} | 5 ++- 2 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 meta-multimedia/recipes-multimedia/tinycompress/tinycompress/0001-include-install-compress_ops.h-as-public-header.patch rename meta-multimedia/recipes-multimedia/tinycompress/{tinycompress_1.2.13.bb => tinycompress_1.2.16.bb} (69%)