summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools')
-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