summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2014-04-14 14:47:29 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-15 19:48:37 -0400
commit32e4536d9264e5a6a84ad75764e70ab1955386e1 (patch)
treec5b96467f3cf48f8dbf8d68d3e3b7b6d2618ff67 /meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
parent3af9bf1831b89887da53e7804930010784338b4b (diff)
downloadmeta-cloud-services-32e4536d9264e5a6a84ad75764e70ab1955386e1.tar.gz
glanceclient: use BPN instead of PN
BPN should be used in this case and this also prevents confusing the fetcher code and getting a "The SRCREV_FORMAT variable must be set wh en multiple SCMs are used." error. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glanceclient_git.bb2
1 files changed, 1 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 4026cb3..80b166e 100644
--- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
@@ -14,7 +14,7 @@ PV = "0.12.0+git${SRCPV}"
14PR = "0" 14PR = "0"
15 15
16SRC_URI = "\ 16SRC_URI = "\
17 git://github.com/openstack/${PN}.git;protocol=https \ 17 git://github.com/openstack/${BPN}.git;protocol=https \
18 file://fix_glanceclient_memory_leak.patch \ 18 file://fix_glanceclient_memory_leak.patch \
19 " 19 "
20 20