summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinderclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
index f12975e..3c7293b 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -8,7 +8,10 @@ DEPENDS = "python-setuptools-git"
8PR = "r0" 8PR = "r0"
9SRCNAME = "python-cinderclient" 9SRCNAME = "python-cinderclient"
10 10
11SRC_URI = "git://github.com/openstack/python-cinderclient.git;branch=master" 11SRC_URI = "\
12 git://github.com/openstack/python-cinderclient.git;branch=master \
13 file://fix_cinderclient_memory_leak.patch \
14 "
12 15
13PV="1.0.8+git${SRCPV}" 16PV="1.0.8+git${SRCPV}"
14SRCREV="ea8c9554c947b7fd30adfb1249a9317f258901ab" 17SRCREV="ea8c9554c947b7fd30adfb1249a9317f258901ab"