diff options
author | akuster <akuster808@gmail.com> | 2020-06-26 20:41:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 08:36:00 +0100 |
commit | ed72ec35301036023ce2ee296317d79926c6f9fe (patch) | |
tree | 1f3b14f69d9f2fb9e2064bc0fe1e1a5830781e3c /meta | |
parent | 79856aaf934f27fd6ff781d9434c0889b4d93652 (diff) | |
download | poky-ed72ec35301036023ce2ee296317d79926c6f9fe.tar.gz |
libuv: update to the last version in meta-oe
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
(From OE-Core rev: 3a336db61ff5cd2a1981b2f26df421363f639ed1)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/libuv/libuv_1.38.0.bb (renamed from meta/recipes-connectivity/libuv/libuv_1.34.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/libuv/libuv_1.34.2.bb b/meta/recipes-connectivity/libuv/libuv_1.38.0.bb index 234cec37bb..afc9b2f2ea 100644 --- a/meta/recipes-connectivity/libuv/libuv_1.34.2.bb +++ b/meta/recipes-connectivity/libuv/libuv_1.38.0.bb | |||
@@ -4,7 +4,7 @@ BUGTRACKER = "https://github.com/libuv/libuv/issues" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47" |
6 | 6 | ||
7 | SRCREV = "f868c9ab0c307525a16fff99fd21e32a6ebc3837" | 7 | SRCREV = "1ab9ea3790378f9f25c4e78e9e2b511c75f9c9ed" |
8 | SRC_URI = "git://github.com/libuv/libuv;branch=v1.x" | 8 | SRC_URI = "git://github.com/libuv/libuv;branch=v1.x" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |