Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [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=a68902a430e32200263d182d44924d47" |
| 6 | |
| 7 | S = "${WORKDIR}/git" |
| 8 | SRCREV = "8cfd67e59195251dff793ee47c185c9d6a8f3818" |
| 9 | BRANCH = "v1.x" |
| 10 | SRC_URI = "git://github.com/libuv/libuv.git;protocol=https;branch=${BRANCH};" |
| 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" |