summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZongchun Yu <zongchun.yu@nxp.com>2015-12-25 13:28:31 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-01-04 09:22:14 -0500
commitb5b5af2da22acc447e6d3a27763d010de83879aa (patch)
treee9453ce9d764375848197c72374463354f4e6624
parent0a89c5fa0d68d4c0325ca0790990ba4c5df592eb (diff)
downloadmeta-cloud-services-b5b5af2da22acc447e6d3a27763d010de83879aa.tar.gz
python-trove: upgrade to 2015.1.2
The stable/juno branch is removed in the git tree. change to stable/kilo branch. Signed-off-by: Zongchun Yu <zongchun.yu@nxp.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rwxr-xr-xmeta-openstack/recipes-devtools/python/python-trove_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-trove_git.bb b/meta-openstack/recipes-devtools/python/python-trove_git.bb
index ae6defd..e56fc9b 100755
--- a/meta-openstack/recipes-devtools/python/python-trove_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-trove_git.bb
@@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "trove" 8SRCNAME = "trove"
9 9
10SRC_URI = "git://github.com/openstack/trove.git;branch=stable/juno \ 10SRC_URI = "git://github.com/openstack/trove.git;branch=stable/kilo \
11 file://trove-init \ 11 file://trove-init \
12 " 12 "
13 13
14SRCREV="6c4ea5b845a4d6d71d3d3786517b5b358c30f3ec" 14SRCREV="299d2de4fa1f46be8a023207568dbf81cd67b530"
15PV="2014.2+git${SRCPV}" 15PV="2015.1.2+git${SRCPV}"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18inherit update-rc.d setuptools identity hosts useradd default_configs 18inherit update-rc.d setuptools identity hosts useradd default_configs