summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/libuv/libuv_1.42.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-07-23 00:45:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-24 16:33:47 +0100
commita704e9f877c5e45bb032ca44cfb2a15af5c3096d (patch)
treef4359e55db3629c945d39ef04015975f732149f5 /meta/recipes-connectivity/libuv/libuv_1.42.0.bb
parentba1314de149293b132ec1f7f77681f0ea2f1fead (diff)
downloadpoky-a704e9f877c5e45bb032ca44cfb2a15af5c3096d.tar.gz
libuv: update 1.41.0 -> 1.42.0
(From OE-Core rev: 6478ca47e76f4af10121ccb8428a5a68f21b16cd) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/libuv/libuv_1.42.0.bb')
-rw-r--r--meta/recipes-connectivity/libuv/libuv_1.42.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/libuv/libuv_1.42.0.bb b/meta/recipes-connectivity/libuv/libuv_1.42.0.bb
new file mode 100644
index 0000000000..169bd6206b
--- /dev/null
+++ b/meta/recipes-connectivity/libuv/libuv_1.42.0.bb
@@ -0,0 +1,20 @@
1SUMMARY = "A multi-platform support library with a focus on asynchronous I/O"
2HOMEPAGE = "https://github.com/libuv/libuv"
3DESCRIPTION = "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."
4BUGTRACKER = "https://github.com/libuv/libuv/issues"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
7
8SRCREV = "6ce14710da7079eb248868171f6343bc409ea3a4"
9SRC_URI = "git://github.com/libuv/libuv;branch=v1.x"
10
11S = "${WORKDIR}/git"
12
13inherit autotools
14
15do_configure() {
16 ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh"
17 oe_runconf
18}
19
20BBCLASSEXTEND = "native"