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