summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/qpid/qpid_0.20.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2014-03-05 15:58:33 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-12 23:47:41 -0400
commit72e0a91ee589e27bd28852f75b7d85d04eb9ba12 (patch)
tree6aeec4bacf1ee3555c99937bc90895e75a872363 /meta-openstack/recipes-extended/qpid/qpid_0.20.bb
parent8cabf90bcc1d648511dc9f33adf5ef30e539c682 (diff)
downloadmeta-cloud-services-72e0a91ee589e27bd28852f75b7d85d04eb9ba12.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended/qpid/qpid_0.20.bb')
-rw-r--r--meta-openstack/recipes-extended/qpid/qpid_0.20.bb2
1 files changed, 1 insertions, 1 deletions
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"
6DEPENDS = "boost perl-native python " 6DEPENDS = "boost perl-native python "
7PR = "r0" 7PR = "r0"
8 8
9SRC_URI = "http://mirror.nexcess.net/apache/${PN}/${PV}/qpid-cpp-0.20.tar.gz \ 9SRC_URI = "http://archive.apache.org/dist/${PN}/${PV}/qpid-cpp-0.20.tar.gz \
10 file://quick-fix.patch \ 10 file://quick-fix.patch \
11 file://qpidd" 11 file://qpidd"
12 12