summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glanceclient_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
index 1d7a4d1..7777f99 100644
--- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
@@ -13,7 +13,10 @@ SRCREV = "23ad1d6db7ec8116afed7c8aca3832dac440930a"
13PV = "0.12.0+gitr${SRCREV}" 13PV = "0.12.0+gitr${SRCREV}"
14PR = "0" 14PR = "0"
15 15
16SRC_URI = "git://github.com/openstack/${PN}.git;protocol=https" 16SRC_URI = "\
17 git://github.com/openstack/${PN}.git;protocol=https \
18 file://fix_glanceclient_memory_leak.patch \
19 "
17 20
18S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
19 22