[PATCH 2/4] librice: allow building bundled rice-proto

Ross Burton <[email protected]> Fri, 31 Jul 2026 20:15:21 +0100
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
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 <[email protected]>
---
 meta-oe/recipes-support/librice/librice_0.4.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/librice/librice_0.4.3.bb b/meta-oe/r=
ecipes-support/librice/librice_0.4.3.bb
index 926244d780..4017b58271 100644
--- a/meta-oe/recipes-support/librice/librice_0.4.3.bb
+++ b/meta-oe/recipes-support/librice/librice_0.4.3.bb
@@ -31,3 +31,5 @@ export LIBCLANG_PATH =3D "${STAGING_LIBDIR_NATIVE}/libc=
lang.so"
 export PKG_CONFIG_SYSROOT_DIR =3D ""
 export OPENSSL_LIB_DIR =3D "${STAGING_LIBDIR}"
 export OPENSSL_INCLUDE_DIR =3D "${STAGING_INCDIR}"
+
+export SYSTEM_DEPS_RICE_PROTO_BUILD_INTERNAL =3D "always"
--=20
2.43.0