diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-07-23 00:45:06 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-24 16:33:47 +0100 |
| commit | a704e9f877c5e45bb032ca44cfb2a15af5c3096d (patch) | |
| tree | f4359e55db3629c945d39ef04015975f732149f5 /meta/recipes-connectivity/libuv/libuv_1.41.0.bb | |
| parent | ba1314de149293b132ec1f7f77681f0ea2f1fead (diff) | |
| download | poky-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.41.0.bb')
| -rw-r--r-- | meta/recipes-connectivity/libuv/libuv_1.41.0.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-connectivity/libuv/libuv_1.41.0.bb b/meta/recipes-connectivity/libuv/libuv_1.41.0.bb deleted file mode 100644 index 4987331dc8..0000000000 --- a/meta/recipes-connectivity/libuv/libuv_1.41.0.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | SUMMARY = "A multi-platform support library with a focus on asynchronous I/O" | ||
| 2 | HOMEPAGE = "https://github.com/libuv/libuv" | ||
| 3 | DESCRIPTION = "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." | ||
| 4 | BUGTRACKER = "https://github.com/libuv/libuv/issues" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47" | ||
| 7 | |||
| 8 | SRCREV = "1dff88e5161cba5c59276d2070d2e304e4dcb242" | ||
| 9 | SRC_URI = "git://github.com/libuv/libuv;branch=v1.x" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit autotools | ||
| 14 | |||
| 15 | do_configure() { | ||
| 16 | ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh" | ||
| 17 | oe_runconf | ||
| 18 | } | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native" | ||
