summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-07-28 18:24:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 11:47:14 +0100
commitf5a7cd40f0075ef8e3dabc29850b4c3a22f837e2 (patch)
treed76b941776cb622c37e9d5e94124b79bd7a505f5 /meta/recipes-extended/at
parenteef97b3a54ecccfde9a969ef88d9fa9bacef95ce (diff)
downloadpoky-f5a7cd40f0075ef8e3dabc29850b4c3a22f837e2.tar.gz
at: 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 use snapshot.debian.org instead, and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking continues to work [YOCTO #10005] (From OE-Core rev: 088c82bb553888759cf631e726a521a3394269c7) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/at')
-rw-r--r--meta/recipes-extended/at/at_3.1.20.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/at/at_3.1.20.bb b/meta/recipes-extended/at/at_3.1.20.bb
index 1c3eefc828..85459b6403 100644
--- a/meta/recipes-extended/at/at_3.1.20.bb
+++ b/meta/recipes-extended/at/at_3.1.20.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 \ 18SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/a/${BPN}/${BPN}_${PV}.orig.tar.gz \
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 \
@@ -33,6 +33,8 @@ PAM_SRC_URI = "file://pam.conf.patch \
33SRC_URI[md5sum] = "e7bd7b785b2cbb17e133d6bdc0fb099e" 33SRC_URI[md5sum] = "e7bd7b785b2cbb17e133d6bdc0fb099e"
34SRC_URI[sha256sum] = "0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9" 34SRC_URI[sha256sum] = "0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9"
35 35
36UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/at/"
37
36EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \ 38EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \
37 --with-daemon_username=root \ 39 --with-daemon_username=root \
38 --with-daemon_groupname=root \ 40 --with-daemon_groupname=root \