summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/tinycompress/tinycompress_1.2.5.bb
blob: ece012b8bc0749a5e1268ad69ef15e9121ea1d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"