summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-07-28 15:15:13 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 12:14:39 +0100
commitb869068751bd79db0aa514945327d00fb60ea9fc (patch)
tree19a7abdf76e2b7d762632f7da6d8fafbe2c2137f /meta
parent4eeaae772fdd2d588c96e7468aca7e3ab5deda08 (diff)
downloadpoky-b869068751bd79db0aa514945327d00fb60ea9fc.tar.gz
serf: use snapshot.debian.org for SRC_URI
Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will only contain releases that are currently in Debian. So, move all of SRC_URI to the .bb so it can use snapshot.debian.org instead, and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking continues to work. [YOCTO #10040] (From OE-Core rev: 114ac0213c0f80ac4192bd7ab7b1a5c974a965e8) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/serf/serf_1.3.8.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/serf/serf_1.3.8.bb b/meta/recipes-support/serf/serf_1.3.8.bb
index b5059d546b..c498d9097d 100644
--- a/meta/recipes-support/serf/serf_1.3.8.bb
+++ b/meta/recipes-support/serf/serf_1.3.8.bb
@@ -1,11 +1,13 @@
1SUMMARY = "High-Performance Asynchronous HTTP Client Library" 1SUMMARY = "High-Performance Asynchronous HTTP Client Library"
2SRC_URI = "${DEBIAN_MIRROR}/main/s/${BPN}/${BPN}_${PV}.orig.tar.gz \ 2SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/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
6SRC_URI[md5sum] = "713beaf05d7f3329de121e218e2fcb93" 6SRC_URI[md5sum] = "713beaf05d7f3329de121e218e2fcb93"
7SRC_URI[sha256sum] = "77134cd5010664ca023585bce50978bd4005906ed280ff889f591f86df7c59e4" 7SRC_URI[sha256sum] = "77134cd5010664ca023585bce50978bd4005906ed280ff889f591f86df7c59e4"
8 8
9UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/s/serf/"
10
9LICENSE = "Apache-2.0" 11LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 12LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
11 13