mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
f7244cbb0f
commit
c0226393ba
@@ -0,0 +1,11 @@
|
||||
DESCRIPTION = "Tinycompress provides a minimal interface to interact \
|
||||
with compress offload capabilities in ALSA."
|
||||
HOMEPAGE = "https://github.com/alsa-project/tinycompress"
|
||||
|
||||
LICENSE = "LGPL-2.1-only | BSD-3-Clause"
|
||||
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}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Reference in New Issue
Block a user