Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 1 | SUMMARY = "Low Complexity Communication Codec (LC3)" |
2 | HOMEPAGE = "https://github.com/google/liblc3" | ||||
3 | LICENSE = "Apache-2.0" | ||||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||||
5 | |||||
6 | SRC_URI = "git://github.com/google/liblc3.git;protocol=https;branch=main" | ||||
7 | |||||
8 | S = "${WORKDIR}/git" | ||||
9 | SRCREV = "1a5938ebaca4f13fe79ce074f5dee079783aa29f" | ||||
10 | |||||
11 | inherit pkgconfig meson | ||||
12 | |||||
13 | BBCLASSEXTEND = "native nativesdk" | ||||
14 |