diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 5 |
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" | |||
| 13 | PV = "0.12.0+gitr${SRCREV}" | 13 | PV = "0.12.0+gitr${SRCREV}" |
| 14 | PR = "0" | 14 | PR = "0" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/openstack/${PN}.git;protocol=https" | 16 | SRC_URI = "\ |
| 17 | git://github.com/openstack/${PN}.git;protocol=https \ | ||
| 18 | file://fix_glanceclient_memory_leak.patch \ | ||
| 19 | " | ||
| 17 | 20 | ||
| 18 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
| 19 | 22 | ||
