diff options
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-swift_git.bb | 7 |
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" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
6 | 6 | ||
7 | PR = "r0" | ||
8 | SRCNAME = "swift" | 7 | SRCNAME = "swift" |
9 | 8 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 9 | SRC_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 | ||
19 | SRCREV="4ca08cc395e686265574366497a6869e94eebcb2" | 18 | SRCREV="f8dee761bd36f857aa1288c27e095907032fad68" |
20 | PV="2.2.2+git${SRCPV}" | 19 | PV="2.3.0+git${SRCPV}" |
21 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
22 | 21 | ||
23 | inherit setuptools python-dir update-rc.d hosts identity openstackchef | 22 | inherit setuptools python-dir update-rc.d hosts identity openstackchef |