diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2014-04-14 14:47:29 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-15 19:48:37 -0400 |
| commit | 32e4536d9264e5a6a84ad75764e70ab1955386e1 (patch) | |
| tree | c5b96467f3cf48f8dbf8d68d3e3b7b6d2618ff67 /meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |
| parent | 3af9bf1831b89887da53e7804930010784338b4b (diff) | |
| download | meta-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.bb | 2 |
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}" | |||
| 14 | PR = "0" | 14 | PR = "0" |
| 15 | 15 | ||
| 16 | SRC_URI = "\ | 16 | SRC_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 | ||
