summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/libuv/libuv_1.11.0.bb (renamed from meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb b/meta-oe/recipes-connectivity/libuv/libuv_1.11.0.bb
index fbdbeaa89..0a5846bb8 100644
--- a/meta-oe/recipes-connectivity/libuv/libuv_1.10.2.bb
+++ b/meta-oe/recipes-connectivity/libuv/libuv_1.11.0.bb
@@ -4,12 +4,10 @@ BUGTRACKER = "https://github.com/libuv/libuv/issues"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=bb5ea0d651f4c3519327171906045775" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=bb5ea0d651f4c3519327171906045775"
6 6
7SRC_URI = "https://github.com/libuv/${PN}/archive/v${PV}.tar.gz" 7SRC_URI = "https://github.com/libuv/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
8 8
9SRC_URI[md5sum] = "6e16d1d1ca464add0730d637effb1c1c" 9SRC_URI[md5sum] = "15550a9f5f45f7f32ae2d9bb0a21a2a7"
10SRC_URI[sha256sum] = "2d740a2adea0f1a19058626f55a076ac41a4ac1f95d4e57cae0c8a634a6cd63b" 10SRC_URI[sha256sum] = "6ec7eec6ecc24b1a8ffedebedb2fe9313fffb5410de89aaf784dd01080411c7a"
11
12S = "${WORKDIR}/${PN}-${PV}"
13 11
14inherit autotools 12inherit autotools
15 13
@@ -17,3 +15,5 @@ do_configure() {
17 ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh" 15 ${S}/autogen.sh || bbnote "${PN} failed to autogen.sh"
18 oe_runconf 16 oe_runconf
19} 17}
18
19BBCLASSEXTEND = "native"