From 32e4536d9264e5a6a84ad75764e70ab1955386e1 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 14 Apr 2014 14:47:29 -0400 Subject: 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 --- meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack') 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}" PR = "0" SRC_URI = "\ - git://github.com/openstack/${PN}.git;protocol=https \ + git://github.com/openstack/${BPN}.git;protocol=https \ file://fix_glanceclient_memory_leak.patch \ " -- cgit v1.2.3-54-g00ecf