]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libuv: enable nativesdk builds
authorRoss Burton <ross.burton@arm.com>
Mon, 16 Feb 2026 13:48:29 +0000 (13:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Feb 2026 18:02:43 +0000 (18:02 +0000)
This avoids the internal copy of libuv that cmake would otherwise include
from the nativesdk-cmake build.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/libuv/libuv_1.51.0.bb

index 9ff9cf35e2efc83fd942be6aa212f20041f28948..afc1bf87b5ef3185575c3bbfad6cb267e074fa32 100644 (file)
@@ -17,4 +17,4 @@ do_configure() {
     oe_runconf
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"