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.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index a6d5fc8..46aa561 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -14,6 +14,7 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}"
14SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ 14SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
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 " 18 "
18 19
19SRC_URI += "file://nova-all \ 20SRC_URI += "file://nova-all \
@@ -121,6 +122,8 @@ do_install_append() {
121 122
122 install -d ${D}/${sysconfdir}/bash_completion.d 123 install -d ${D}/${sysconfdir}/bash_completion.d
123 install -m 664 ${S}/tools/nova-manage.bash_completion ${D}/${sysconfdir}/bash_completion.d 124 install -m 664 ${S}/tools/nova-manage.bash_completion ${D}/${sysconfdir}/bash_completion.d
125
126 cp -r "${S}/doc" "${D}/${PYTHON_SITEPACKAGES_DIR}/nova"
124} 127}
125 128
126pkg_postinst_${SRCNAME}-setup () { 129pkg_postinst_${SRCNAME}-setup () {