diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-novaclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-novaclient_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index 1454a7c..1e60fb4 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |||
| @@ -4,15 +4,13 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7cdb54622cacc9bc9b2883091e6dd669" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRC_URI = "\ | 7 | SRC_URI = "\ |
| 10 | git://github.com/openstack/python-novaclient.git;branch=master \ | 8 | git://github.com/openstack/python-novaclient.git;branch=stable/kilo \ |
| 11 | file://nova-api-check.sh \ | 9 | file://nova-api-check.sh \ |
| 12 | " | 10 | " |
| 13 | 11 | ||
| 14 | PV = "2.23.0+git${SRCPV}" | 12 | PV = "2.23.2+git${SRCPV}" |
| 15 | SRCREV = "e0f5072907a00d48a183dd8fc91a6cf6038ca279" | 13 | SRCREV = "4ab9db648653f7ea6b9f8b1c78bff672b20b913f" |
| 16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 17 | 15 | ||
| 18 | inherit setuptools monitor | 16 | inherit setuptools monitor |
