diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-02-14 04:17:58 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-16 12:27:45 +0100 |
commit | 35fe8247473059fb05457efc3749cf854ab22c54 (patch) | |
tree | a9134daf1d4dfee98df57a002103cfc94375e47f | |
parent | 260422eb5fd6366007e491aecb01fed69b342a84 (diff) | |
download | meta-openembedded-35fe8247473059fb05457efc3749cf854ab22c54.tar.gz |
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>
-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" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bb5ea0d651f4c3519327171906045775" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bb5ea0d651f4c3519327171906045775" |
6 | 6 | ||
7 | SRC_URI = "https://github.com/libuv/${PN}/archive/v${PV}.tar.gz" | 7 | SRC_URI = "https://github.com/libuv/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "6e16d1d1ca464add0730d637effb1c1c" | 9 | SRC_URI[md5sum] = "15550a9f5f45f7f32ae2d9bb0a21a2a7" |
10 | SRC_URI[sha256sum] = "2d740a2adea0f1a19058626f55a076ac41a4ac1f95d4e57cae0c8a634a6cd63b" | 10 | SRC_URI[sha256sum] = "6ec7eec6ecc24b1a8ffedebedb2fe9313fffb5410de89aaf784dd01080411c7a" |
11 | |||
12 | S = "${WORKDIR}/${PN}-${PV}" | ||
13 | 11 | ||
14 | inherit autotools | 12 | inherit 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 | |||
19 | BBCLASSEXTEND = "native" | ||