summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2016-01-04 16:23:37 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-01-05 11:49:17 -0500
commit703e987a1da6120d6f53f9307082e615660b6739 (patch)
tree986029bfda1323407235d5ff5b13dd1e397e906e
parent0588d2e143616f553fd8df4f5d0a588155e6c943 (diff)
downloadmeta-cloud-services-703e987a1da6120d6f53f9307082e615660b6739.tar.gz
python-swift: upgrade to 2.3.0
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-swift_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb
index 7862251..f7aad35 100644
--- a/meta-openstack/recipes-devtools/python/python-swift_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb
@@ -4,10 +4,9 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7PR = "r0"
8SRCNAME = "swift" 7SRCNAME = "swift"
9 8
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 9SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
11 file://proxy-server.conf \ 10 file://proxy-server.conf \
12 file://dispersion.conf \ 11 file://dispersion.conf \
13 file://test.conf \ 12 file://test.conf \
@@ -16,8 +15,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
16 file://cluster.conf \ 15 file://cluster.conf \
17" 16"
18 17
19SRCREV="4ca08cc395e686265574366497a6869e94eebcb2" 18SRCREV="f8dee761bd36f857aa1288c27e095907032fad68"
20PV="2.2.2+git${SRCPV}" 19PV="2.3.0+git${SRCPV}"
21S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
22 21
23inherit setuptools python-dir update-rc.d hosts identity openstackchef 22inherit setuptools python-dir update-rc.d hosts identity openstackchef