blob: ca4685ab3e730ce542674b2d255619097e79db16 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "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=bb5ea0d651f4c3519327171906045775"
6
Brad Bishop316dfdd2018-06-25 12:45:53 -04007S = "${WORKDIR}/git"
8SRCREV = "7452ef4e06a4f99ee26b694c65476401534f2725"
9BRANCH = "v1.x"
10SRC_URI = "git://github.com/libuv/libuv.git;protocol=https;branch=${BRANCH};"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050011
12inherit autotools
13
14do_configure() {
15 ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh"
16 oe_runconf
17}
18
19BBCLASSEXTEND = "native"