diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-07-28 18:24:10 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 11:47:14 +0100 |
commit | f5a7cd40f0075ef8e3dabc29850b4c3a22f837e2 (patch) | |
tree | d76b941776cb622c37e9d5e94124b79bd7a505f5 /meta/recipes-extended/at/at_3.1.20.bb | |
parent | eef97b3a54ecccfde9a969ef88d9fa9bacef95ce (diff) | |
download | poky-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/at_3.1.20.bb')
-rw-r--r-- | meta/recipes-extended/at/at_3.1.20.bb | 4 |
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" | |||
15 | RCONFLICTS_${PN} = "atd" | 15 | RCONFLICTS_${PN} = "atd" |
16 | RREPLACES_${PN} = "atd" | 16 | RREPLACES_${PN} = "atd" |
17 | 17 | ||
18 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ | 18 | SRC_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 \ | |||
33 | SRC_URI[md5sum] = "e7bd7b785b2cbb17e133d6bdc0fb099e" | 33 | SRC_URI[md5sum] = "e7bd7b785b2cbb17e133d6bdc0fb099e" |
34 | SRC_URI[sha256sum] = "0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9" | 34 | SRC_URI[sha256sum] = "0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9" |
35 | 35 | ||
36 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/at/" | ||
37 | |||
36 | EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \ | 38 | EXTRA_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 \ |