]> code.ossystems Code Review - openembedded-core.git/commitdiff
libuv: update to the last version in meta-oe
authorakuster <akuster808@gmail.com>
Sat, 27 Jun 2020 03:41:26 +0000 (20:41 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Jun 2020 07:24:20 +0000 (08:24 +0100)
Looks like I forgot to update the contrib branch.

This is a squished set of these changes:
https://git.openembedded.org/meta-openembedded/commit/?id=e03b48481438c747322f07ac1e1f04add541ffac
https://git.openembedded.org/meta-openembedded/commit/?id=9b61f412d36b390f8d71ad1fb5875f5f6e32fd8a
https://git.openembedded.org/meta-openembedded/commit/?id=644ea1ee145902b00e4e66856ebe8d8800dfc1f0

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/libuv/libuv_1.38.0.bb [moved from meta/recipes-connectivity/libuv/libuv_1.34.2.bb with 90% similarity]

similarity index 90%
rename from meta/recipes-connectivity/libuv/libuv_1.34.2.bb
rename to meta/recipes-connectivity/libuv/libuv_1.38.0.bb
index 234cec37bb253830de587b52e89607d3c7058959..afc9b2f2ea8040b24f1c0d5639c860491cb3f068 100644 (file)
@@ -4,7 +4,7 @@ BUGTRACKER = "https://github.com/libuv/libuv/issues"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
 
-SRCREV = "f868c9ab0c307525a16fff99fd21e32a6ebc3837"
+SRCREV = "1ab9ea3790378f9f25c4e78e9e2b511c75f9c9ed"
 SRC_URI = "git://github.com/libuv/libuv;branch=v1.x"
 
 S = "${WORKDIR}/git"