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 | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 00ea2ab..e828cba 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |||
| @@ -3,22 +3,20 @@ HOMEPAGE = "https://github.com/openstack/python-glanceclient" | |||
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | SRC_URI = "git://github.com/openstack/python-glanceclient.git \ | ||
| 7 | file://glance-api-check.sh \ | ||
| 8 | " | ||
| 9 | |||
| 10 | PV = "2.16.0+git${SRCPV}" | ||
| 11 | SRCREV = "44a4dbd6ce2642daeaca9f45ac99e2d1b39e805a" | ||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 6 | DEPENDS += " \ | 14 | DEPENDS += " \ |
| 7 | gmp \ | 15 | gmp \ |
| 8 | python-pip \ | 16 | python-pip \ |
| 9 | python-pbr \ | 17 | python-pbr \ |
| 10 | " | 18 | " |
| 11 | 19 | ||
| 12 | SRCREV = "13b25ff1fed908cfe7b4e719a97efd7121e3be96" | ||
| 13 | PV = "2.8.0+git${SRCPV}" | ||
| 14 | |||
| 15 | SRC_URI = "\ | ||
| 16 | git://github.com/openstack/${BPN}.git;branch=stable/pike \ | ||
| 17 | file://glance-api-check.sh \ | ||
| 18 | " | ||
| 19 | |||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | |||
| 22 | inherit setuptools monitor rmargparse | 20 | inherit setuptools monitor rmargparse |
| 23 | 21 | ||
| 24 | FILES_${PN} += "${datadir}/${SRCNAME}" | 22 | FILES_${PN} += "${datadir}/${SRCNAME}" |
