[meta-virtualization] [PATCH 04/14] python-ceilometerclient: fix the version to 1.0.13

jackie.huang at windriver.com jackie.huang at windriver.com
Tue Apr 14 22:58:27 PDT 2015


From: Jackie Huang <jackie.huang at windriver.com>

The specified SRCREV is actually pointed to the latest
version 1.0.13.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
index c308e4c..35760a9 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
@@ -25,8 +25,8 @@ SRC_URI = "\
 	file://fix_ceilometerclient_memory_leak.patch \
 	"
 
-PV="1.0.12+git${SRCPV}"
-SRCREV="f8765ce532a45391c5366be8fa0f583f96a30d22"
+PV = "1.0.13+git${SRCPV}"
+SRCREV = "f8765ce532a45391c5366be8fa0f583f96a30d22"
 S = "${WORKDIR}/git"
 
 inherit setuptools
-- 
1.9.1



More information about the meta-virtualization mailing list