mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
librice: allow building bundled rice-proto
rice-proto isn't really bundled but is a subproject in librice that is built using the pkg-config crate. However the cargo class now disables bundled dependencies, so explicitly allow rice-proto to be built. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -31,3 +31,5 @@ export LIBCLANG_PATH = "${STAGING_LIBDIR_NATIVE}/libclang.so"
|
||||
export PKG_CONFIG_SYSROOT_DIR = ""
|
||||
export OPENSSL_LIB_DIR = "${STAGING_LIBDIR}"
|
||||
export OPENSSL_INCLUDE_DIR = "${STAGING_INCDIR}"
|
||||
|
||||
export SYSTEM_DEPS_RICE_PROTO_BUILD_INTERNAL = "always"
|
||||
|
||||
Reference in New Issue
Block a user