]> code.ossystems Code Review - openembedded-core.git/commitdiff
serf: update SRC_URI to use debian mirrors instead of googlecode
authorMaxin B. John <maxin.john@enea.com>
Tue, 5 May 2015 14:14:37 +0000 (16:14 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 May 2015 12:14:37 +0000 (13:14 +0100)
Update SRC_URI to use debian mirrors as googlecode will be closed
in near future. Also added a summary to the recipe.

Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/serf/serf_1.3.8.bb

index aa7918b5c34dbe714858045a05514fe0d47c9b59..b5059d546b04ff2c2925ea29f545ac8e19c016a8 100644 (file)
@@ -1,10 +1,10 @@
-
-SRC_URI = "http://serf.googlecode.com/svn/src_releases/serf-${PV}.tar.bz2 \
+SUMMARY = "High-Performance Asynchronous HTTP Client Library"
+SRC_URI = "${DEBIAN_MIRROR}/main/s/${BPN}/${BPN}_${PV}.orig.tar.gz \
            file://norpath.patch \
            file://env.patch"
 
-SRC_URI[md5sum] = "2e4efe57ff28cb3202a112e90f0c2889"
-SRC_URI[sha256sum] = "e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590"
+SRC_URI[md5sum] = "713beaf05d7f3329de121e218e2fcb93"
+SRC_URI[sha256sum] = "77134cd5010664ca023585bce50978bd4005906ed280ff889f591f86df7c59e4"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"