mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
ccea1143aa
librice implements ice protocol in rust It is used by default in recent webkitgtk source Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
18 lines
627 B
BlitzBasic
18 lines
627 B
BlitzBasic
SUMMARY = "Repository containing an (sans-IO) implementation of ICE (RFC8445) protocol written in the Rust programming language"
|
|
HOMEPAGE = "https://github.com/ystreet/librice"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d"
|
|
|
|
SRC_URI += " git://github.com/ystreet/librice.git;protocol=https;branch=main;tag=v${PV}"
|
|
SRCREV = "afd70fdd7ca96a39824c55e6b373bac97311f2ba"
|
|
|
|
DEPENDS += "openssl clang-native"
|
|
|
|
inherit cargo_c cargo-update-recipe-crates pkgconfig
|
|
|
|
require ${PN}-crates.inc
|
|
|
|
CARGO_BUILD_FLAGS += " --workspace"
|
|
|
|
export LIBCLANG_PATH = "${STAGING_LIBDIR_NATIVE}/libclang.so"
|