mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
38f525002c
- add liblc3 recipe Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
406 B
BlitzBasic
15 lines
406 B
BlitzBasic
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"
|
|
|