diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glance_git.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index 6a5370b..52c0ebf 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
| @@ -8,13 +8,14 @@ PR = "r0" | |||
| 8 | SRCNAME = "glance" | 8 | SRCNAME = "glance" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ |
| 11 | file://0001-glance-store-only-load-known-stores-not-all-stores.patch \ | ||
| 12 | file://glance.init \ | 11 | file://glance.init \ |
| 13 | file://glance-change-builtin-tests-config-location.patch \ | 12 | file://glance-change-builtin-tests-config-location.patch \ |
| 14 | " | 13 | " |
| 15 | 14 | ||
| 16 | SRCREV="e66ecfee4eacfe25a18cd05d3f88e25c91fa112c" | 15 | # removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch |
| 17 | PV="2014.2.b2+git${SRCPV}" | 16 | |
| 17 | SRCREV="7374d9347eeb6b354484984f06fd7e58fed50046" | ||
| 18 | PV="2014.2.b3+git${SRCPV}" | ||
| 18 | 19 | ||
| 19 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 20 | 21 | ||
| @@ -177,6 +178,7 @@ RDEPENDS_${PN} += "python-greenlet \ | |||
| 177 | python-oslo.i18n \ | 178 | python-oslo.i18n \ |
| 178 | python-osprofiler \ | 179 | python-osprofiler \ |
| 179 | python-retrying \ | 180 | python-retrying \ |
| 181 | python-glancestore \ | ||
| 180 | " | 182 | " |
| 181 | 183 | ||
| 182 | RDEPENDS_${SRCNAME} = "${PN} \ | 184 | RDEPENDS_${SRCNAME} = "${PN} \ |
