libuv: Add recipe for version 1.10.2

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Fabio Berton
2017-02-10 09:04:08 -02:00
committed by Martin Jansa
parent 63d64b8b14
commit 28528c4ca9
@@ -0,0 +1,19 @@
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=bb5ea0d651f4c3519327171906045775"
SRC_URI = "https://github.com/libuv/${PN}/archive/v${PV}.tar.gz"
SRC_URI[md5sum] = "6e16d1d1ca464add0730d637effb1c1c"
SRC_URI[sha256sum] = "2d740a2adea0f1a19058626f55a076ac41a4ac1f95d4e57cae0c8a634a6cd63b"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools
do_configure() {
${S}/autogen.sh || bbnote "${PN} failed to autogen.sh"
oe_runconf
}