summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 6f72b60..c29ccee 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r1" 7PR = "r1"
8SRCNAME = "neutron" 8SRCNAME = "neutron"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \
11 file://neutron-server.init \ 11 file://neutron-server.init \
12 file://neutron-agent.init \ 12 file://neutron-agent.init \
13 file://l3_agent.ini \ 13 file://l3_agent.ini \
@@ -18,8 +18,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
18 file://uuid_wscheck.patch \ 18 file://uuid_wscheck.patch \
19 file://neutron-test-nec-plugin-extensions-location.patch \ 19 file://neutron-test-nec-plugin-extensions-location.patch \
20 " 20 "
21SRCREV="49234a824c16164a56cbfbf644490d07bb22e241" 21SRCREV="ad6fefcb4d4068b46b69284e277df6ab2ee30105"
22PV="2014.2.rc1+git${SRCPV}" 22PV="2014.2+git${SRCPV}"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25