diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-02-24 22:10:29 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-25 17:57:15 -0800 |
commit | a38a73eacd5d8c2c2d53fe94c2de696b3c11917a (patch) | |
tree | e0d758354a8e65b29f7393897bd6f1a1408a1afe | |
parent | da1f9f63612ae67991bc0339958aacbe664f6981 (diff) | |
download | meta-openembedded-a38a73eacd5d8c2c2d53fe94c2de696b3c11917a.tar.gz |
libuv: upgrade 1.34.0 -> 1.34.2
See full changelog https://github.com/libuv/libuv/releases/tag/v1.34.2
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/libuv/libuv_1.34.2.bb (renamed from meta-oe/recipes-connectivity/libuv/libuv_1.34.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.34.0.bb b/meta-oe/recipes-connectivity/libuv/libuv_1.34.2.bb index b842bbda7..234cec37b 100644 --- a/meta-oe/recipes-connectivity/libuv/libuv_1.34.0.bb +++ b/meta-oe/recipes-connectivity/libuv/libuv_1.34.2.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 = "15ae750151ac9341e5945eb38f8982d59fb99201" | 7 | SRCREV = "f868c9ab0c307525a16fff99fd21e32a6ebc3837" |
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" |