summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-03-16 21:29:40 +0100
committerKhem Raj <raj.khem@gmail.com>2019-03-19 20:59:40 -0700
commitbac3f1dc410fa477f3dc923f39d8d807470632dc (patch)
treece0816198412ef7b90a0431a44b35a161ce2ba3e /meta-oe/recipes-connectivity
parentf38ae87b55e243fe4149288d2ba9aa3d224de21a (diff)
downloadmeta-openembedded-bac3f1dc410fa477f3dc923f39d8d807470632dc.tar.gz
libuv: update to 1.27.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/libuv/libuv_1.27.0.bb (renamed from meta-oe/recipes-connectivity/libuv/libuv_1.20.3.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.20.3.bb b/meta-oe/recipes-connectivity/libuv/libuv_1.27.0.bb
index a11ff9d2c..c8239443c 100644
--- a/meta-oe/recipes-connectivity/libuv/libuv_1.20.3.bb
+++ b/meta-oe/recipes-connectivity/libuv/libuv_1.27.0.bb
@@ -4,10 +4,9 @@ BUGTRACKER = "https://github.com/libuv/libuv/issues"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
6 6
7S = "${WORKDIR}/git" 7SRC_URI = "https://github.com/libuv/libuv/archive/v${PV}.tar.gz"
8SRCREV = "8cfd67e59195251dff793ee47c185c9d6a8f3818" 8SRC_URI[md5sum] = "cc2cf259442fbe85404e75691e8244e1"
9BRANCH = "v1.x" 9SRC_URI[sha256sum] = "4afcdc84cd315b77c8e532e7b3fde43d536af0e2e835eafbd0e75518ed26dbed"
10SRC_URI = "git://github.com/libuv/libuv.git;protocol=https;branch=${BRANCH};"
11 10
12inherit autotools 11inherit autotools
13 12