blob: c7fa3c10f31df9e391cc949c1b3db439e9552969 [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 Bishop7e36d532019-09-16 07:44:26 -04007SRCREV = "697bea87b3a0b0e9b4e5ff86b39d1dedb70ee46d"
8SRC_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"