aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/liblc3/liblc3_1.0.4.bb
blob: 7f531efc637af69fb846a794e09193b77ead8302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "Low Complexity Communication Codec (LC3)"
HOMEPAGE = "https://github.com/google/liblc3"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"

SRC_URI = "git://github.com/google/liblc3.git;protocol=https;branch=main"

S = "${WORKDIR}/git"
SRCREV = "1a5938ebaca4f13fe79ce074f5dee079783aa29f"

inherit pkgconfig meson

BBCLASSEXTEND = "native nativesdk"