diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-07 14:13:43 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-07 14:13:43 -0400 |
| commit | ccff64bdb16ff222d13cc3a61d6c6dbd30ea50f3 (patch) | |
| tree | 25fed01879228603672beb26e882b5681d4c8096 /meta-openstack/recipes-devtools/python/python-nova_git.bb | |
| parent | ca8b06893b0d584a0b5f15dd66b14da4f18100bc (diff) | |
| parent | dd04ca6db2993404284679ea04a80d9071f90c2b (diff) | |
| download | meta-cloud-services-ccff64bdb16ff222d13cc3a61d6c6dbd30ea50f3.tar.gz | |
Merge branch 'master' into kilo
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 71b5154..4e96341 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "sudo libvirt" | 7 | DEPENDS = "sudo libvirt" |
| 8 | 8 | ||
| 9 | PR = "r0" | ||
| 10 | SRCNAME = "nova" | 9 | SRCNAME = "nova" |
| 11 | 10 | ||
| 12 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}" | 11 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}" |
| 13 | 12 | ||
| 14 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \ |
| 15 | file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ | 14 | file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ |
| 16 | file://neutron-api-set-default-binding-vnic_type.patch \ | 15 | file://neutron-api-set-default-binding-vnic_type.patch \ |
| 17 | " | 16 | " |
| @@ -27,8 +26,8 @@ SRC_URI += "file://nova-all \ | |||
| 27 | file://nova.conf \ | 26 | file://nova.conf \ |
| 28 | file://openrc \ | 27 | file://openrc \ |
| 29 | " | 28 | " |
| 30 | SRCREV = "dfcfa82af96bae12265875cb313d58109e536480" | 29 | SRCREV = "8397b6464af520903f546ce4c6d51a2eb5b4c8a8" |
| 31 | PV = "2015.1.0b3+git${SRCPV}" | 30 | PV = "2015.1.0+git${SRCPV}" |
| 32 | 31 | ||
| 33 | S = "${WORKDIR}/git" | 32 | S = "${WORKDIR}/git" |
| 34 | 33 | ||
