summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-05-06 09:45:06 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-05-07 14:13:37 -0400
commit084d8f81f8f682bb8c812eaeed15b1aaed89d755 (patch)
treee80e02010d41dd3866b5cbb402008277327e63db /meta-openstack/recipes-devtools/python/python-neutron_git.bb
parentc3aaf33f48da727730870b2e261c49c7e2bfc9c2 (diff)
downloadmeta-cloud-services-084d8f81f8f682bb8c812eaeed15b1aaed89d755.tar.gz
python-neutron: upgrade to 2015.1.0
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 3c64d61..b9cf518 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -4,10 +4,9 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PR = "r1"
8SRCNAME = "neutron" 7SRCNAME = "neutron"
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://neutron-server.init \ 10 file://neutron-server.init \
12 file://neutron-agent.init \ 11 file://neutron-agent.init \
13 file://l3_agent.ini \ 12 file://l3_agent.ini \
@@ -20,8 +19,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
20# TBD: update or drop 19# TBD: update or drop
21# file://uuid_wscheck.patch 20# file://uuid_wscheck.patch
22 21
23SRCREV = "e86077e8452891cc176841dd6b6316831e12abc1" 22SRCREV = "7260e0e3fc2ea479e80e0962624aca7fd38a1f60"
24PV = "2015.1.0b3+git${SRCPV}" 23PV = "2015.1.0+git${SRCPV}"
25 24
26S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
27 26