mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-23 07:42:19 +02:00
tinycompress: Fix license, align with upstream
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
parent
361a4e29c5
commit
123fd4f0b4
|
@ -1,18 +1,14 @@
|
||||||
SUMMARY = "tinycompress library for compress audio offload in alsa"
|
DESCRIPTION = "A library to handle compressed formats like MP3 etc."
|
||||||
DESCRIPTION = "A library to handle compressed formats like MP3 etc"
|
LICENSE = "LGPL-2.1-only | BSD-3-Clause"
|
||||||
LICENSE = "BSD-3-Clause"
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=cf9105c1a2d4405cbe04bbe3367373a0"
|
||||||
|
DEPENDS = "alsa-lib"
|
||||||
DEPENDS:append = " alsa-lib"
|
|
||||||
|
|
||||||
PV .= "+git${SRCPV}"
|
PV .= "+git${SRCPV}"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/alsa-project/tinycompress.git;protocol=https;branch=master \
|
SRC_URI = "git://github.com/alsa-project/tinycompress.git;protocol=https;branch=master"
|
||||||
"
|
|
||||||
SRCREV = "f3ba6e5c2126f2fb07e3d890f990d50c3e204e67"
|
SRCREV = "f3ba6e5c2126f2fb07e3d890f990d50c3e204e67"
|
||||||
|
|
||||||
EXTRA_OECONF:append = " --enable-pcm"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
EXTRA_OECONF = "--enable-pcm"
|
Loading…
Reference in New Issue
Block a user