blob: b842bbda7afefaf5fa19ee5a7877dae794da2575 [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 Bishope42b3e32020-01-15 22:08:42 -05007SRCREV = "15ae750151ac9341e5945eb38f8982d59fb99201"
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"