| DESCRIPTION = "tinycompress" |
| LICENSE = "BSD|LGPLv2.1" |
| LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0" |
| |
| inherit autotools |
| |
| SRC_URI = "git://git.alsa-project.org/http/tinycompress.git;protocol=http \ |
| file://0001-compress-fix-uncertain-no_wake_mode-setting.patch \ |
| file://0002-cplay-add-aac-playback-support.patch \ |
| file://0003-cplay-add-sbc-playback-support.patch \ |
| file://0004-compress-add-api-to-get-fragment-size-and-fragments.patch \ |
| file://0005-cplay-support-low-power-playback.patch \ |
| file://0006-compress-fix-the-return-value-of-is_codec_supported.patch \ |
| file://0007-comrpess-add-api-to-query-aac-mode-support.patch \ |
| file://0008-cplay-add-hostless-mode-support.patch \ |
| file://0009-cplay-add-xrun-recovery-support.patch \ |
| " |
| |
| SRCREV = "d99dc2875843327feb658d674c8f4d710e8bd432" |
| |
| S = "${WORKDIR}/git" |