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.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index 7afe347..fc96b51 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -36,8 +36,6 @@ SRC_URI += " \
36SRCREV = "b535f0808526c8eba37f15e83cede536e4e06029" 36SRCREV = "b535f0808526c8eba37f15e83cede536e4e06029"
37PV = "16.0.4+git${SRCPV}" 37PV = "16.0.4+git${SRCPV}"
38 38
39S = "${WORKDIR}/git"
40
41inherit systemd setuptools3 identity hosts useradd default_configs monitor 39inherit systemd setuptools3 identity hosts useradd default_configs monitor
42 40
43LIBVIRT_IMAGES_TYPE ?= "default" 41LIBVIRT_IMAGES_TYPE ?= "default"
@@ -229,7 +227,6 @@ PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion python-nova-
229PACKAGES =+ "${BPN}-bash-completion" 227PACKAGES =+ "${BPN}-bash-completion"
230FILES:${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" 228FILES:${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*"
231 229
232
233ALLOW_EMPTY:${SRCNAME}-setup = "1" 230ALLOW_EMPTY:${SRCNAME}-setup = "1"
234ALLOW_EMPTY:${SRCNAME}-ec2 = "1" 231ALLOW_EMPTY:${SRCNAME}-ec2 = "1"
235ALLOW_EMPTY:${SRCNAME}-api = "1" 232ALLOW_EMPTY:${SRCNAME}-api = "1"
@@ -242,8 +239,6 @@ ALLOW_EMPTY:${SRCNAME}-novncproxy = "1"
242ALLOW_EMPTY:${SRCNAME}-scheduler = "1" 239ALLOW_EMPTY:${SRCNAME}-scheduler = "1"
243ALLOW_EMPTY:${SRCNAME}-spicehtml5proxy = "1" 240ALLOW_EMPTY:${SRCNAME}-spicehtml5proxy = "1"
244 241
245
246
247FILES:${PN} = "${libdir}/*" 242FILES:${PN} = "${libdir}/*"
248 243
249# MAA FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" 244# MAA FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh"
@@ -357,7 +352,6 @@ RDEPENDS:${SRCNAME}-tests = " \
357 bash \ 352 bash \
358 " 353 "
359 354
360
361SYSTEMD_PACKAGES = " \ 355SYSTEMD_PACKAGES = " \
362 ${SRCNAME}-setup \ 356 ${SRCNAME}-setup \
363 ${SRCNAME}-compute \ 357 ${SRCNAME}-compute \