diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-03 18:35:01 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-15 15:19:53 +0000 |
commit | 81ad25895dd962a05bc14ae8aa3f77a7d680fc1b (patch) | |
tree | 5fe501d01b5496125aaa4d3a00fafc3bd6c10d88 /meta/recipes-support/serf | |
parent | 21a5e74eb56b23faf9b5861ff0496982ff249eb3 (diff) | |
download | poky-81ad25895dd962a05bc14ae8aa3f77a7d680fc1b.tar.gz |
serf: Update to version 1.3.9
Change SRC_URI to use APACHE_MIRROR to download serf from apache
project page and remove UPSTREAM_CHECK_URI.
(From OE-Core rev: cb5ae09561d9ab1284f6ae3dc47b58ec647a1734)
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/serf')
-rw-r--r-- | meta/recipes-support/serf/serf_1.3.9.bb (renamed from meta/recipes-support/serf/serf_1.3.8.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-support/serf/serf_1.3.8.bb b/meta/recipes-support/serf/serf_1.3.9.bb index c498d9097d..2be5a069c4 100644 --- a/meta/recipes-support/serf/serf_1.3.8.bb +++ b/meta/recipes-support/serf/serf_1.3.9.bb | |||
@@ -1,12 +1,10 @@ | |||
1 | SUMMARY = "High-Performance Asynchronous HTTP Client Library" | 1 | SUMMARY = "High-Performance Asynchronous HTTP Client Library" |
2 | SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/s/${BPN}/${BPN}_${PV}.orig.tar.gz \ | 2 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ |
3 | file://norpath.patch \ | 3 | file://norpath.patch \ |
4 | file://env.patch" | 4 | file://env.patch" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "713beaf05d7f3329de121e218e2fcb93" | 6 | SRC_URI[md5sum] = "370a6340ff20366ab088012cd13f2b57" |
7 | SRC_URI[sha256sum] = "77134cd5010664ca023585bce50978bd4005906ed280ff889f591f86df7c59e4" | 7 | SRC_URI[sha256sum] = "549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc" |
8 | |||
9 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/s/serf/" | ||
10 | 8 | ||
11 | LICENSE = "Apache-2.0" | 9 | LICENSE = "Apache-2.0" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |