diff options
author | Maxin B. John <maxin.john@enea.com> | 2015-05-05 16:14:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-07 13:40:35 +0100 |
commit | 14acb337a0bed10d0cdecdb87a22a3f1f3fad634 (patch) | |
tree | 4d4da929bd89f29b25f17fedd2c270b5d34bb1c6 /meta/recipes-support | |
parent | fd673b4ce58eaf623470c501d66edb032f381158 (diff) | |
download | poky-14acb337a0bed10d0cdecdb87a22a3f1f3fad634.tar.gz |
serf: update SRC_URI to use debian mirrors instead of googlecode
Update SRC_URI to use debian mirrors as googlecode will be closed
in near future. Also added a summary to the recipe.
(From OE-Core rev: 7a4304ba775b703e1d2025d750638e5e418de2a8)
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/serf/serf_1.3.8.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/serf/serf_1.3.8.bb b/meta/recipes-support/serf/serf_1.3.8.bb index aa7918b5c3..b5059d546b 100644 --- a/meta/recipes-support/serf/serf_1.3.8.bb +++ b/meta/recipes-support/serf/serf_1.3.8.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | 1 | SUMMARY = "High-Performance Asynchronous HTTP Client Library" | |
2 | SRC_URI = "http://serf.googlecode.com/svn/src_releases/serf-${PV}.tar.bz2 \ | 2 | SRC_URI = "${DEBIAN_MIRROR}/main/s/${BPN}/${BPN}_${PV}.orig.tar.gz \ |
3 | file://norpath.patch \ | 3 | file://norpath.patch \ |
4 | file://env.patch" | 4 | file://env.patch" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "2e4efe57ff28cb3202a112e90f0c2889" | 6 | SRC_URI[md5sum] = "713beaf05d7f3329de121e218e2fcb93" |
7 | SRC_URI[sha256sum] = "e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590" | 7 | SRC_URI[sha256sum] = "77134cd5010664ca023585bce50978bd4005906ed280ff889f591f86df7c59e4" |
8 | 8 | ||
9 | LICENSE = "Apache-2.0" | 9 | LICENSE = "Apache-2.0" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |