diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2014-03-05 15:58:33 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-12 23:47:41 -0400 |
| commit | 72e0a91ee589e27bd28852f75b7d85d04eb9ba12 (patch) | |
| tree | 6aeec4bacf1ee3555c99937bc90895e75a872363 | |
| parent | 8cabf90bcc1d648511dc9f33adf5ef30e539c682 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb | 2 | ||||
| -rw-r--r-- | 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" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b1e01b26bacfc2232046c90a330332b3" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b1e01b26bacfc2232046c90a330332b3" |
| 6 | PR = "r0" | 6 | PR = "r0" |
| 7 | 7 | ||
| 8 | SRC_URI = "http://mirror.nexcess.net/apache/qpid/${PV}/${PN}-${PV}.tar.gz" | 8 | SRC_URI = "http://archive.apache.org/dist/qpid/${PV}/${PN}-${PV}.tar.gz" |
| 9 | 9 | ||
| 10 | SRC_URI[md5sum] = "d4dc28a3d68e4b364e54d8fe7f244e5d" | 10 | SRC_URI[md5sum] = "d4dc28a3d68e4b364e54d8fe7f244e5d" |
| 11 | SRC_URI[sha256sum] = "3ca55a5aa11fbbd4e26cb4cdafc9658489c159acadceac60c89d4bfb5c9e1c90" | 11 | 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" | |||
| 6 | DEPENDS = "boost perl-native python " | 6 | DEPENDS = "boost perl-native python " |
| 7 | PR = "r0" | 7 | PR = "r0" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://mirror.nexcess.net/apache/${PN}/${PV}/qpid-cpp-0.20.tar.gz \ | 9 | SRC_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 | ||
