From: Ross Burton Date: Mon, 16 Feb 2026 13:48:29 +0000 (+0000) Subject: libuv: enable nativesdk builds X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0abec1fff19379471e9bf2fb589c8007295db25;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libuv: enable nativesdk builds This avoids the internal copy of libuv that cmake would otherwise include from the nativesdk-cmake build. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/libuv/libuv_1.51.0.bb b/meta/recipes-connectivity/libuv/libuv_1.51.0.bb index 9ff9cf35e2..afc1bf87b5 100644 --- a/meta/recipes-connectivity/libuv/libuv_1.51.0.bb +++ b/meta/recipes-connectivity/libuv/libuv_1.51.0.bb @@ -17,4 +17,4 @@ do_configure() { oe_runconf } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"