diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon_git.bb (renamed from meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb) | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index fdd0bd0..02a17ea 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_2013.1.3.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb | |||
| @@ -12,7 +12,8 @@ DEPENDS_${PN} += "python-django \ | |||
| 12 | python-glanceclient \ | 12 | python-glanceclient \ |
| 13 | python-keystoneclient \ | 13 | python-keystoneclient \ |
| 14 | python-novaclient \ | 14 | python-novaclient \ |
| 15 | python-quantumclient \ | 15 | python-neutronclient \ |
| 16 | python-heatclient \ | ||
| 16 | python-pytz \ | 17 | python-pytz \ |
| 17 | python-django-appconf \ | 18 | python-django-appconf \ |
| 18 | python-six \ | 19 | python-six \ |
| @@ -20,21 +21,23 @@ DEPENDS_${PN} += "python-django \ | |||
| 20 | python-lockfile \ | 21 | python-lockfile \ |
| 21 | " | 22 | " |
| 22 | 23 | ||
| 23 | PR = "r0" | 24 | PR = "r1" |
| 24 | SRCNAME = "horizon" | 25 | SRCNAME = "horizon" |
| 25 | 26 | ||
| 26 | SRC_URI = "https://launchpad.net/horizon/grizzly/${PV}/+download/${SRCNAME}-${PV}.tar.gz \ | 27 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ |
| 27 | file://horizon.init \ | 28 | file://horizon.init \ |
| 28 | file://fix_bindir_path.patch \ | 29 | file://fix_bindir_path.patch \ |
| 29 | " | 30 | " |
| 30 | 31 | ||
| 31 | SRC_URI[md5sum] = "8edb861987dffe3017eada91d3009f0a" | 32 | SRCREV="a93c611e7185234d4a4ce36ba182cf321c2113fe" |
| 32 | SRC_URI[sha256sum] = "4dbf05e75313d9d6ac966de1d139f26647ab537a3d1f418a3e4424210b4c05fd" | 33 | PV="2013.2+git${SRCPV}" |
| 33 | 34 | S = "${WORKDIR}/git" | |
| 34 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 35 | 35 | ||
| 36 | inherit setuptools update-rc.d python-dir | 36 | inherit setuptools update-rc.d python-dir |
| 37 | 37 | ||
| 38 | # no longer required. kept as reference. | ||
| 39 | # do_install[dirs] += "${D}/usr/share/bin" | ||
| 40 | |||
| 38 | do_install_append() { | 41 | do_install_append() { |
| 39 | DASHBOARD_DIR=${D}${PYTHON_SITEPACKAGES_DIR}/openstack_dashboard | 42 | DASHBOARD_DIR=${D}${PYTHON_SITEPACKAGES_DIR}/openstack_dashboard |
| 40 | sed -e "s:^LANGUAGE_CODE =.*:LANGUAGE_CODE = 'en-us':g" \ | 43 | sed -e "s:^LANGUAGE_CODE =.*:LANGUAGE_CODE = 'en-us':g" \ |
| @@ -51,7 +54,8 @@ do_install_append() { | |||
| 51 | install -m 0755 ${WORKDIR}/horizon ${D}${sysconfdir}/init.d/horizon | 54 | install -m 0755 ${WORKDIR}/horizon ${D}${sysconfdir}/init.d/horizon |
| 52 | fi | 55 | fi |
| 53 | 56 | ||
| 54 | mv ${D}${datadir}/bin ${DASHBOARD_DIR}/bin | 57 | # no longer required. kept as reference. |
| 58 | # mv ${D}${datadir}/bin ${DASHBOARD_DIR}/bin | ||
| 55 | } | 59 | } |
| 56 | 60 | ||
| 57 | PACKAGES += "${SRCNAME}" | 61 | PACKAGES += "${SRCNAME}" |
| @@ -69,15 +73,19 @@ RDEPENDS_${PN} += "nodejs \ | |||
| 69 | python-django-compressor \ | 73 | python-django-compressor \ |
| 70 | python-django-openstack-auth \ | 74 | python-django-openstack-auth \ |
| 71 | python-netaddr \ | 75 | python-netaddr \ |
| 76 | python-ceilometerclient \ | ||
| 72 | python-cinderclient \ | 77 | python-cinderclient \ |
| 73 | python-glanceclient \ | 78 | python-glanceclient \ |
| 79 | python-heatclient \ | ||
| 74 | python-keystoneclient \ | 80 | python-keystoneclient \ |
| 81 | python-lesscpy \ | ||
| 75 | python-novaclient \ | 82 | python-novaclient \ |
| 76 | python-quantumclient \ | 83 | python-neutronclient \ |
| 77 | python-pytz \ | 84 | python-pytz \ |
| 78 | python-six \ | 85 | python-six \ |
| 79 | python-swiftclient \ | 86 | python-swiftclient \ |
| 80 | python-lockfile \ | 87 | python-lockfile \ |
| 88 | python-pyyaml \ | ||
| 81 | " | 89 | " |
| 82 | 90 | ||
| 83 | RDEPENDS_${SRCNAME} = "${PN}" | 91 | RDEPENDS_${SRCNAME} = "${PN}" |
