libuv: update 1.10.2 -> 1.11.0

Also add support for -native, remove redundent definition of S and
rename the file in DL_DIR ( v1.11.0.tar.gz -> libuv-1.11.0.tar.gz ).

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Andre McCurdy
2017-02-14 04:17:58 -08:00
committed by Martin Jansa
parent 260422eb5f
commit 35fe824747

View File

@@ -4,12 +4,10 @@ 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 = "https://github.com/libuv/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
SRC_URI[md5sum] = "6e16d1d1ca464add0730d637effb1c1c"
SRC_URI[sha256sum] = "2d740a2adea0f1a19058626f55a076ac41a4ac1f95d4e57cae0c8a634a6cd63b"
S = "${WORKDIR}/${PN}-${PV}"
SRC_URI[md5sum] = "15550a9f5f45f7f32ae2d9bb0a21a2a7"
SRC_URI[sha256sum] = "6ec7eec6ecc24b1a8ffedebedb2fe9313fffb5410de89aaf784dd01080411c7a"
inherit autotools
@@ -17,3 +15,5 @@ do_configure() {
${S}/autogen.sh || bbnote "${PN} failed to autogen.sh"
oe_runconf
}
BBCLASSEXTEND = "native"