Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "A multi-platform support library with a focus on asynchronous I/O" |
| 2 | HOMEPAGE = "https://github.com/libuv/libuv" |
| 3 | BUGTRACKER = "https://github.com/libuv/libuv/issues" |
| 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bb5ea0d651f4c3519327171906045775" |
| 6 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 7 | S = "${WORKDIR}/git" |
| 8 | SRCREV = "7452ef4e06a4f99ee26b694c65476401534f2725" |
| 9 | BRANCH = "v1.x" |
| 10 | SRC_URI = "git://github.com/libuv/libuv.git;protocol=https;branch=${BRANCH};" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 11 | |
| 12 | inherit autotools |
| 13 | |
| 14 | do_configure() { |
| 15 | ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh" |
| 16 | oe_runconf |
| 17 | } |
| 18 | |
| 19 | BBCLASSEXTEND = "native" |