blob: 604568e62a661afcb08ed56eda26259c259159aa [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "A multi-platform support library with a focus on asynchronous I/O"
2HOMEPAGE = "https://github.com/libuv/libuv"
3BUGTRACKER = "https://github.com/libuv/libuv/issues"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
6
Brad Bishop868407c2019-11-04 13:24:47 -05007SRCREV = "07ad32138f4d2285ba2226b5e20462b27b091a59"
Brad Bishop7e36d532019-09-16 07:44:26 -04008SRC_URI = "git://github.com/libuv/libuv;branch=v1.x"
9
Brad Bishop26bdd442019-08-16 17:08:17 -040010S = "${WORKDIR}/git"
Brad Bishop19323692019-04-05 15:28:33 -040011
12inherit autotools
13
14do_configure() {
15 ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh"
16 oe_runconf
17}
18
19BBCLASSEXTEND = "native"