From 72e0a91ee589e27bd28852f75b7d85d04eb9ba12 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 5 Mar 2014 15:58:33 -0500 Subject: qpid: qpid-python: update fetch URLs to use apache archive The old URLs are no longer valid so update the URLs to point to a valid download location. The checksums remain the same so the packages are unchanged. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb | 2 +- meta-openstack/recipes-extended/qpid/qpid_0.20.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb b/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb index 6528e16..888bb09 100644 --- a/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb +++ b/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b1e01b26bacfc2232046c90a330332b3" PR = "r0" -SRC_URI = "http://mirror.nexcess.net/apache/qpid/${PV}/${PN}-${PV}.tar.gz" +SRC_URI = "http://archive.apache.org/dist/qpid/${PV}/${PN}-${PV}.tar.gz" SRC_URI[md5sum] = "d4dc28a3d68e4b364e54d8fe7f244e5d" SRC_URI[sha256sum] = "3ca55a5aa11fbbd4e26cb4cdafc9658489c159acadceac60c89d4bfb5c9e1c90" diff --git a/meta-openstack/recipes-extended/qpid/qpid_0.20.bb b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb index 258cca0..d8c467e 100644 --- a/meta-openstack/recipes-extended/qpid/qpid_0.20.bb +++ b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb @@ -6,7 +6,7 @@ SECTION = "mq" DEPENDS = "boost perl-native python " PR = "r0" -SRC_URI = "http://mirror.nexcess.net/apache/${PN}/${PV}/qpid-cpp-0.20.tar.gz \ +SRC_URI = "http://archive.apache.org/dist/${PN}/${PV}/qpid-cpp-0.20.tar.gz \ file://quick-fix.patch \ file://qpidd" -- cgit v1.2.3-54-g00ecf