aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb
blob: fbdbeaa89ac4d72548f5493be7893324819bd57f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "A multi-platform support library with a focus on asynchronous I/O"
HOMEPAGE = "https://github.com/libuv/libuv"
BUGTRACKER = "https://github.com/libuv/libuv/issues"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=bb5ea0d651f4c3519327171906045775"

SRC_URI = "https://github.com/libuv/${PN}/archive/v${PV}.tar.gz"

SRC_URI[md5sum] = "6e16d1d1ca464add0730d637effb1c1c"
SRC_URI[sha256sum] = "2d740a2adea0f1a19058626f55a076ac41a4ac1f95d4e57cae0c8a634a6cd63b"

S = "${WORKDIR}/${PN}-${PV}"

inherit autotools

do_configure() {
    ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh"
    oe_runconf
}