Files
meta-openembedded/meta-oe/recipes-connectivity/libuv/libuv_1.34.2.bb
Pierre-Jean Texier a38a73eacd 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>
2020-02-25 17:57:15 -08:00

20 lines
531 B
BlitzBasic

SUMMARY = "A multi-platform support library with a focus on asynchronous I/O"
HOMEPAGE = "https://github.com/libuv/libuv"
BUGTRACKER = "https://github.com/libuv/libuv/issues"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
SRCREV = "f868c9ab0c307525a16fff99fd21e32a6ebc3837"
SRC_URI = "git://github.com/libuv/libuv;branch=v1.x"
S = "${WORKDIR}/git"
inherit autotools
do_configure() {
${S}/autogen.sh || bbnote "${PN} failed to autogen.sh"
oe_runconf
}
BBCLASSEXTEND = "native"