diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-31 01:30:55 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:35 -0500 |
commit | 01ac9544e0a645f80f0c3aea327bf3ee8d02fff9 (patch) | |
tree | ae36cebdb8571699ab08bba9b89300f01865de38 | |
parent | 2290ee09ef3c2cd8aaf7fe3dc40bf22eb842b3f4 (diff) | |
download | meta-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>
-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" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | SRCNAME = "swift" | 8 | SRCNAME = "swift" |
9 | 9 | ||
10 | SRC_URI = "https://launchpad.net/${SRCNAME}/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "0d2479c3cbb124fa3a6b001d0d4d5a8b" | 13 | SRCREV="9b521fe800ed3984169d37e9772674867745fede" |
14 | SRC_URI[sha256sum] = "613185473e0c6f11c77bdc6b65efee195303268117afd9024fee82ebde6ed8a3" | 14 | PV="2013.2+git${SRCPV}" |
15 | 15 | S = "${WORKDIR}/git" | |
16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
17 | 16 | ||
18 | inherit setuptools | 17 | inherit 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 | ||
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | SRC_URI = "https://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz" | 9 | SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "3767442551361cffdbb3681e401cea52" | 11 | PV="git${SRCPV}" |
12 | SRC_URI[sha256sum] = "95367a1db761cd71ac480cd4733a1cc55ef2afc2d48613142b8b89eac50cccc8" | 12 | SRCREV="4b78b4d136f5e18544ba97db85f47c5201d3a761" |
13 | S = "${WORKDIR}/git" | ||
13 | 14 | ||
14 | inherit setuptools | 15 | inherit setuptools |
15 | 16 | ||