diff options
author | 2015-12-25 13:28:31 +0800 | |
---|---|---|
committer | 2016-01-04 09:22:14 -0500 | |
commit | b5b5af2da22acc447e6d3a27763d010de83879aa (patch) | |
tree | e9453ce9d764375848197c72374463354f4e6624 | |
parent | 0a89c5fa0d68d4c0325ca0790990ba4c5df592eb (diff) | |
download | meta-cloud-services-b5b5af2da22acc447e6d3a27763d010de83879aa.tar.gz meta-cloud-services-b5b5af2da22acc447e6d3a27763d010de83879aa.tar.bz2 meta-cloud-services-b5b5af2da22acc447e6d3a27763d010de83879aa.zip |
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-x | meta-openstack/recipes-devtools/python/python-trove_git.bb | 6 |
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 ae6defd1..e56fc9b9 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" PR = "r0" SRCNAME = "trove" -SRC_URI = "git://github.com/openstack/trove.git;branch=stable/juno \ +SRC_URI = "git://github.com/openstack/trove.git;branch=stable/kilo \ file://trove-init \ " -SRCREV="6c4ea5b845a4d6d71d3d3786517b5b358c30f3ec" -PV="2014.2+git${SRCPV}" +SRCREV="299d2de4fa1f46be8a023207568dbf81cd67b530" +PV="2015.1.2+git${SRCPV}" S = "${WORKDIR}/git" inherit update-rc.d setuptools identity hosts useradd default_configs |