From: Ross Burton <ross.burton@arm.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 4/6] cmake: use system libuv
Date: Thu, 12 Feb 2026 16:42:51 +0000 [thread overview]
Message-ID: <20260212164254.1110652-4-ross.burton@arm.com> (raw)
In-Reply-To: <20260212164254.1110652-1-ross.burton@arm.com>
We have a recipe for libuv in oe-core, so use it in the target recipe to
avoid vendoring in more code.
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
meta/recipes-devtools/cmake/cmake_4.2.3.bb | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/meta/recipes-devtools/cmake/cmake_4.2.3.bb b/meta/recipes-devtools/cmake/cmake_4.2.3.bb
index cf559d764a..e6abc06c85 100644
--- a/meta/recipes-devtools/cmake/cmake_4.2.3.bb
+++ b/meta/recipes-devtools/cmake/cmake_4.2.3.bb
@@ -2,7 +2,7 @@ require cmake.inc
inherit cmake bash-completion
-DEPENDS += "curl expat zlib libarchive xz ncurses bzip2"
+DEPENDS += "curl expat zlib libarchive xz ncurses bzip2 libuv"
SRC_URI:append:class-nativesdk = " \
file://OEToolchainConfig.cmake \
@@ -15,7 +15,6 @@ LICENSE:append = " & BSD-1-Clause & MIT"
LIC_FILES_CHKSUM:append = " \
file://Utilities/cmjsoncpp/LICENSE;md5=5d73c165a0f9e86a1342f32d19ec5926 \
file://Utilities/cmlibrhash/COPYING;md5=a8c2a557a5c53b1c12cddbee98c099af \
- file://Utilities/cmlibuv/LICENSE;md5=ad93ca1fffe931537fcf64f6fcce084d \
"
# Strip ${prefix} from ${docdir}, set result into docdir_stripped
@@ -37,7 +36,6 @@ EXTRA_OECMAKE += " \
-DCMAKE_DOC_DIR=${docdir_stripped}/cmake-${CMAKE_MAJOR_VERSION} \
-DCMAKE_USE_SYSTEM_LIBRARY_JSONCPP=0 \
-DCMAKE_USE_SYSTEM_LIBRARY_CPPDAP=0 \
- -DCMAKE_USE_SYSTEM_LIBRARY_LIBUV=0 \
-DCMAKE_USE_SYSTEM_LIBRARY_LIBRHASH=0 \
-DBUILD_CursesDialog=0 \
"
--
2.43.0
next prev parent reply other threads:[~2026-02-12 16:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-12 16:42 [PATCH 1/6] cmake: remove obsolete variable assignments Ross Burton
2026-02-12 16:42 ` [PATCH 2/6] cmake: clean up variables shared between .bb and .inc Ross Burton
2026-02-12 16:42 ` [PATCH 3/6] cmake: consolidate CMAKE_USE_SYSTEM_LIBRARIES Ross Burton
2026-02-12 16:42 ` Ross Burton [this message]
2026-02-13 11:16 ` [OE-core] [PATCH 4/6] cmake: use system libuv Mathieu Dubois-Briand
2026-02-12 16:42 ` [PATCH 5/6] cmake: add license information for vendored cppdap library Ross Burton
2026-02-12 16:42 ` [PATCH 6/6] cmake: remove obsolete patches Ross Burton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260212164254.1110652-4-ross.burton@arm.com \
--to=ross.burton@arm.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox