summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index a4af280..517fe99 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -11,7 +11,7 @@ SRCNAME = "nova"
11 11
12FILESEXTRAPATHS := "${THISDIR}/${PN}" 12FILESEXTRAPATHS := "${THISDIR}/${PN}"
13 13
14SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ 14SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
15 file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ 15 file://nova-add-migrate.cfg-to-the-MANIFEST.patch \
16 file://nova-convert-path-from-relative-to-absolute.patch \ 16 file://nova-convert-path-from-relative-to-absolute.patch \
17 file://nova-fix-location-to-doc-directory.patch \ 17 file://nova-fix-location-to-doc-directory.patch \
@@ -24,8 +24,8 @@ SRC_URI += "file://nova-all \
24 file://nova.conf \ 24 file://nova.conf \
25 file://openrc \ 25 file://openrc \
26 " 26 "
27SRCREV="e1e140b295ea9ea6fd6cc2b6dc10981020e48adb" 27SRCREV="e0331cfe9d49f25b8a23f5fc473f610415bb07ac"
28PV="2014.1+git${SRCPV}" 28PV="2014.2.b1+git${SRCPV}"
29 29
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
@@ -230,6 +230,8 @@ DEPENDS += " \
230 " 230 "
231 231
232RDEPENDS_${PN} = " libvirt \ 232RDEPENDS_${PN} = " libvirt \
233 python-keystone \
234 python-keystonemiddleware \
233 python-modules \ 235 python-modules \
234 python-misc \ 236 python-misc \
235 python-amqplib \ 237 python-amqplib \
@@ -269,6 +271,7 @@ RDEPENDS_${PN} = " libvirt \
269 python-websockify \ 271 python-websockify \
270 python-pbr \ 272 python-pbr \
271 spice-html5 \ 273 spice-html5 \
274 python-posix-ipc \
272 " 275 "
273 276
274RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \ 277RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \