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:46:39 +0100 |
commit | 088c82bb553888759cf631e726a521a3394269c7 (patch) | |
tree | e40bf89bccf09fcf9f5319072700ff8be7ec3ad1 /meta/recipes-extended/at | |
parent | 90abbe6c35b8ea66d984bc954405cf12787a919c (diff) | |
download | openembedded-core-088c82bb553888759cf631e726a521a3394269c7.tar.gz openembedded-core-088c82bb553888759cf631e726a521a3394269c7.tar.bz2 openembedded-core-088c82bb553888759cf631e726a521a3394269c7.zip |
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]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'meta/recipes-extended/at')
-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" RCONFLICTS_${PN} = "atd" RREPLACES_${PN} = "atd" -SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ +SRC_URI = "http://snapshot.debian.org/archive/debian/20160728T043443Z/pool/main/a/${BPN}/${BPN}_${PV}.orig.tar.gz \ file://fix_parallel_build_error.patch \ file://posixtm.c \ file://posixtm.h \ @@ -33,6 +33,8 @@ PAM_SRC_URI = "file://pam.conf.patch \ SRC_URI[md5sum] = "e7bd7b785b2cbb17e133d6bdc0fb099e" SRC_URI[sha256sum] = "0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9" +UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/at/" + EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \ --with-daemon_username=root \ --with-daemon_groupname=root \ |