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 be45a2b..771f000 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -39,7 +39,7 @@ SRCREV="1912cc6a88dca7238da7c444a1ede84b983ab354"
39PV="2013.2+git${SRCPV}" 39PV="2013.2+git${SRCPV}"
40S = "${WORKDIR}/git" 40S = "${WORKDIR}/git"
41 41
42inherit setuptools update-rc.d python-dir 42inherit setuptools update-rc.d python-dir default_configs
43 43
44# no longer required. kept as reference. 44# no longer required. kept as reference.
45# do_install[dirs] += "${D}/usr/share/bin" 45# do_install[dirs] += "${D}/usr/share/bin"
@@ -112,3 +112,4 @@ RDEPENDS_${SRCNAME} = "${PN}"
112 112
113INITSCRIPT_PACKAGES = "${SRCNAME}" 113INITSCRIPT_PACKAGES = "${SRCNAME}"
114INITSCRIPT_NAME_${SRCNAME} = "horizon" 114INITSCRIPT_NAME_${SRCNAME} = "horizon"
115INITSCRIPT_PARAMS_${SRCNAME} = "${OS_DEFAULT_INITSCRIPT_PARAMS}"