From: Wang Mingyu Date: Thu, 1 Jun 2023 09:03:21 +0000 (+0800) Subject: libuv: upgrade 1.44.2 -> 1.45.0 X-Git-Tag: uninative-4.1~578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=594953f635894217b9dcf570a601ac84ad908b4d;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libuv: upgrade 1.44.2 -> 1.45.0 License-Update: doc: clean up license file (#3876) GitHub gets confused by the non-standard format of the LICENSE file. Move the extra bits into the creatively named LICENSE-extra file. Changelog: ========== linux: introduce io_uring support #3952 src: add new metrics APIs #3749 unix,win: give thread pool threads an 8 MB stack #3787 win,unix: change execution order of timers #3927 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-connectivity/libuv/libuv_1.44.2.bb b/meta/recipes-connectivity/libuv/libuv_1.45.0.bb similarity index 75% rename from meta/recipes-connectivity/libuv/libuv_1.44.2.bb rename to meta/recipes-connectivity/libuv/libuv_1.45.0.bb index 27e79276b5b..45b3a96f120 100644 --- a/meta/recipes-connectivity/libuv/libuv_1.44.2.bb +++ b/meta/recipes-connectivity/libuv/libuv_1.45.0.bb @@ -3,10 +3,10 @@ HOMEPAGE = "https://github.com/libuv/libuv" DESCRIPTION = "libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others." BUGTRACKER = "https://github.com/libuv/libuv/issues" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ad93ca1fffe931537fcf64f6fcce084d" +LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b" -SRCREV = "0c1fa696aa502eb749c2c4735005f41ba00a27b8" -SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https" +SRCREV = "96e05543f53b19d9642b4b0dd73b86ad3cea313e" +SRC_URI = "git://github.com/libuv/libuv.git;branch=master;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" S = "${WORKDIR}/git"