mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
def8784b1d
Add a patch to install compress_ops.h as a public header for tinycompress, and update the recipe to apply it. This is required for users that need access to compress_ops from external components. Upstream-Status: submitted Signed-off-by: Pratyush Meduri <mpratyus@qti.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
549 B
BlitzBasic
13 lines
549 B
BlitzBasic
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} \
|
|
file://0001-include-install-compress_ops.h-as-public-header.patch"
|
|
|
|
inherit autotools pkgconfig
|