summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index 3924fc8..3f9e5e6 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -38,7 +38,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
38 file://fix_bindir_path.patch \ 38 file://fix_bindir_path.patch \
39 file://openstack-dashboard-apache.conf \ 39 file://openstack-dashboard-apache.conf \
40 file://local_settings.py \ 40 file://local_settings.py \
41 file://horizon-fix-test-script-to-not-require-coverage-tool.patch \ 41 file://horizon-use-full-package-path-to-test-directories.patch \
42 " 42 "
43 43
44SRCREV="0c3b71055c0d169b8245aee773438dbcb46c2bcf" 44SRCREV="0c3b71055c0d169b8245aee773438dbcb46c2bcf"
@@ -69,6 +69,7 @@ do_install_append() {
69 sed 's:@PYTHON_SITEPACKAGES@:${PYTHON_SITEPACKAGES_DIR}:' ${WORKDIR}/horizon.init >${WORKDIR}/horizon 69 sed 's:@PYTHON_SITEPACKAGES@:${PYTHON_SITEPACKAGES_DIR}:' ${WORKDIR}/horizon.init >${WORKDIR}/horizon
70 install -m 0755 ${WORKDIR}/horizon ${D}${sysconfdir}/init.d/horizon 70 install -m 0755 ${WORKDIR}/horizon ${D}${sysconfdir}/init.d/horizon
71 fi 71 fi
72 sed -i -e 's#%PYTHON_SITEPACKAGES%#${PYTHON_SITEPACKAGES_DIR}#g' ${D}${PYTHON_SITEPACKAGES_DIR}/horizon/test/settings.py
72 73
73 # no longer required. kept as reference. 74 # no longer required. kept as reference.
74 # mv ${D}${datadir}/bin ${DASHBOARD_DIR}/bin 75 # mv ${D}${datadir}/bin ${DASHBOARD_DIR}/bin