[oe-commits] [openembedded-core] 04/14: at: use snapshot.debian.org for SRC_URI

git at git.openembedded.org git at git.openembedded.org
Mon Aug 1 11:15:32 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit e3ff0aa75c3169b19ef90f50b63914f4036790d0
Author: Tim Orling <timothy.t.orling at linux.intel.com>
AuthorDate: Wed Jul 27 11:04:36 2016 -0700

    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.
    
    Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-extended/at/at_3.1.18.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/at/at_3.1.18.bb b/meta/recipes-extended/at/at_3.1.18.bb
index 93044f5..f533f3c 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"
 RCONFLICTS_${PN} = "atd"
 RREPLACES_${PN} = "atd"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz;subdir=${BP} \
+SRC_URI += "http://snapshot.debian.org/archive/debian/20160509T100042Z/pool/main/a/${BPN}/${BPN}_${PV}.orig.tar.gz;subdir=${BP} \
     file://fix_parallel_build_error.patch \
     file://posixtm.c \
     file://posixtm.h \
@@ -28,6 +28,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz;subdir=${BP} \
     file://configure-fix-with-without-selinux.patch \
     "
 
+UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/a/at/"
+
 PAM_SRC_URI = "file://pam.conf.patch \
                file://configure-add-enable-pam.patch"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list