summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-31 01:30:55 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:35 -0500
commit01ac9544e0a645f80f0c3aea327bf3ee8d02fff9 (patch)
treeae36cebdb8571699ab08bba9b89300f01865de38 /meta-openstack
parent2290ee09ef3c2cd8aaf7fe3dc40bf22eb842b3f4 (diff)
downloadmeta-cloud-services-01ac9544e0a645f80f0c3aea327bf3ee8d02fff9.tar.gz
swift: uprev to havana release
Upreving the swift component to the havana release. At the same time, we switch to building from git. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-swift_git.bb (renamed from meta-openstack/recipes-devtools/python/python-swift_1.8.0.bb)9
-rw-r--r--meta-openstack/recipes-devtools/python/python-swiftclient_git.bb (renamed from meta-openstack/recipes-devtools/python/python-swiftclient_1.4.0.bb)7
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swift_1.8.0.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb
index a73fcc8..971c77c 100644
--- a/meta-openstack/recipes-devtools/python/python-swift_1.8.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb
@@ -7,13 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
7PR = "r0" 7PR = "r0"
8SRCNAME = "swift" 8SRCNAME = "swift"
9 9
10SRC_URI = "https://launchpad.net/${SRCNAME}/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
11" 11"
12 12
13SRC_URI[md5sum] = "0d2479c3cbb124fa3a6b001d0d4d5a8b" 13SRCREV="9b521fe800ed3984169d37e9772674867745fede"
14SRC_URI[sha256sum] = "613185473e0c6f11c77bdc6b65efee195303268117afd9024fee82ebde6ed8a3" 14PV="2013.2+git${SRCPV}"
15 15S = "${WORKDIR}/git"
16S = "${WORKDIR}/${SRCNAME}-${PV}"
17 16
18inherit setuptools 17inherit setuptools
19 18
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
index 9063f73..032d472 100644
--- a/meta-openstack/recipes-devtools/python/python-swiftclient_1.4.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb
@@ -6,10 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PR = "r0" 7PR = "r0"
8 8
9SRC_URI = "https://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz" 9SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master"
10 10
11SRC_URI[md5sum] = "3767442551361cffdbb3681e401cea52" 11PV="git${SRCPV}"
12SRC_URI[sha256sum] = "95367a1db761cd71ac480cd4733a1cc55ef2afc2d48613142b8b89eac50cccc8" 12SRCREV="4b78b4d136f5e18544ba97db85f47c5201d3a761"
13S = "${WORKDIR}/git"
13 14
14inherit setuptools 15inherit setuptools
15 16