diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb b/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb index 5e222db..fcf3e38 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_2013.1.2.bb | |||
| @@ -25,6 +25,7 @@ SRCNAME = "horizon" | |||
| 25 | 25 | ||
| 26 | SRC_URI = "https://launchpad.net/horizon/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ | 26 | SRC_URI = "https://launchpad.net/horizon/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ |
| 27 | file://horizon.init \ | 27 | file://horizon.init \ |
| 28 | file://fix_bindir_path.patch \ | ||
| 28 | " | 29 | " |
| 29 | 30 | ||
| 30 | SRC_URI[md5sum] = "23db8455f768c830485ef283c06f0e65" | 31 | SRC_URI[md5sum] = "23db8455f768c830485ef283c06f0e65" |
| @@ -51,6 +52,8 @@ do_install_append() { | |||
| 51 | sed 's:@PYTHON_SITEPACKAGES@:${PYTHON_SITEPACKAGES_DIR}:' ${WORKDIR}/horizon.init >${WORKDIR}/horizon | 52 | sed 's:@PYTHON_SITEPACKAGES@:${PYTHON_SITEPACKAGES_DIR}:' ${WORKDIR}/horizon.init >${WORKDIR}/horizon |
| 52 | install -m 0755 ${WORKDIR}/horizon ${D}${sysconfdir}/init.d/horizon | 53 | install -m 0755 ${WORKDIR}/horizon ${D}${sysconfdir}/init.d/horizon |
| 53 | fi | 54 | fi |
| 55 | |||
| 56 | mv ${D}${datadir}/bin ${DASHBOARD_DIR}/bin | ||
| 54 | } | 57 | } |
| 55 | 58 | ||
| 56 | PACKAGES += "${SRCNAME}" | 59 | PACKAGES += "${SRCNAME}" |
