summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2016-07-27 11:04:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 12:14:39 +0100
commit4a98ef84b96e90960796751ed428c5ae3cdbd55b (patch)
treedb8ad34fb414e0ac54bb31f84ca2d9901f728617 /meta
parentb6a3c9c29801616268b2d7923bda4c786d133706 (diff)
downloadpoky-4a98ef84b96e90960796751ed428c5ae3cdbd55b.tar.gz
at: use snapshot.debian.org for SRC_URI
[YOCTO #10005] Krogoth-next checkuri failures Using ${DEBIAN_MIRROR} for SRC_URI doesn't work very well as that will only contain releases that are currently in Debian, so currently doesn't contain 3.1.18 as unstable has moved on to 3.1.20. 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. (From OE-Core rev: e3ff0aa75c3169b19ef90f50b63914f4036790d0) Signed-off-by: Tim Orling <timothy.t.orling@linux.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-extended/at/at_3.1.18.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/at/at_3.1.18.bb b/meta/recipes-extended/at/at_3.1.18.bb
index 93044f53e2..f533f3c780 100644
--- a/meta/recipes-extended/at/at_3.1.18.bb
+++ b/meta/recipes-extended/at/at_3.1.18.bb
@@ -15,7 +15,7 @@ PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits"
15RCONFLICTS_${PN} = "atd" 15RCONFLICTS_${PN} = "atd"
16RREPLACES_${PN} = "atd" 16RREPLACES_${PN} = "atd"
17 17
18SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz;subdir=${BP} \ 18SRC_URI += "http://snapshot.debian.org/archive/debian/20160509T100042Z/pool/main/a/${BPN}/${BPN}_${PV}.orig.tar.gz;subdir=${BP} \
19 file://fix_parallel_build_error.patch \ 19 file://fix_parallel_build_error.patch \
20 file://posixtm.c \ 20 file://posixtm.c \
21 file://posixtm.h \ 21 file://posixtm.h \
@@ -28,6 +28,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz;subdir=${BP} \
28 file://configure-fix-with-without-selinux.patch \ 28 file://configure-fix-with-without-selinux.patch \
29 " 29 "
30 30
31UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/at/"
32
31PAM_SRC_URI = "file://pam.conf.patch \ 33PAM_SRC_URI = "file://pam.conf.patch \
32 file://configure-add-enable-pam.patch" 34 file://configure-add-enable-pam.patch"
33 35