summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSairamreddy Bojja <sbojja@qti.qualcomm.com>2025-09-18 16:35:26 +0530
committerKhem Raj <raj.khem@gmail.com>2025-09-19 12:22:00 -0700
commitc0226393bac75c276cad4ec20865f167250ab0a6 (patch)
tree7c4a6ec27d8635c063c64b89dde6252cab438766
parentf7244cbb0f183ee29ff050527ebf95e606f5f8fd (diff)
downloadmeta-openembedded-c0226393bac75c276cad4ec20865f167250ab0a6.tar.gz
tinycompress: Add recipe
Add BitBake recipe for tinycompress version 1.2.13 to meta-multimedia. Tinycompress is a minimal library for interacting with ALSA compressed audio offload APIs. Signed-off-by: Sairamreddy Bojja <sbojja@qti.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/tinycompress/tinycompress_1.2.13.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/tinycompress/tinycompress_1.2.13.bb b/meta-multimedia/recipes-multimedia/tinycompress/tinycompress_1.2.13.bb
new file mode 100644
index 0000000000..0dee6cba1f
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/tinycompress/tinycompress_1.2.13.bb
@@ -0,0 +1,11 @@
1DESCRIPTION = "Tinycompress provides a minimal interface to interact \
2with compress offload capabilities in ALSA."
3HOMEPAGE = "https://github.com/alsa-project/tinycompress"
4
5LICENSE = "LGPL-2.1-only | BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"
7
8SRCREV = "ea5c7245beb0b6aec1565cfae0454d6ba374dfdd"
9SRC_URI = "git://github.com/alsa-project/tinycompress.git;branch=master;protocol=https;tag=v${PV}"
10
11inherit autotools pkgconfig