diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-30 15:09:30 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-30 15:42:49 -0400 |
| commit | 96cabf00ac78440e5a71aca85c4ed4949cce39e3 (patch) | |
| tree | 03acdfaf2c97d1b1063f2f0a910d329f5b6c5522 /meta-openstack/recipes-devtools/python/python-horizon_git.bb | |
| parent | 0fc2be6f8bef0f52a81294b0e80adf6c3be57630 (diff) | |
| download | meta-cloud-services-96cabf00ac78440e5a71aca85c4ed4949cce39e3.tar.gz | |
horizon: update to icehouse release
Updating horizon to the icehouse release. Adding troveclient to the
rdepends is the biggest recipe level change .. and even that isn't
very big.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-horizon_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-horizon_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index f4cc16f..fd71d7f 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS += " \ | |||
| 9 | python-pbr \ | 9 | python-pbr \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | DEPENDS_${PN} += "python-django \ | 12 | RDEPENDS_${PN} += "python-django \ |
| 13 | python-django-compressor \ | 13 | python-django-compressor \ |
| 14 | python-django-openstack-auth \ | 14 | python-django-openstack-auth \ |
| 15 | python-netaddr \ | 15 | python-netaddr \ |
| @@ -25,20 +25,21 @@ DEPENDS_${PN} += "python-django \ | |||
| 25 | python-swiftclient \ | 25 | python-swiftclient \ |
| 26 | python-lockfile \ | 26 | python-lockfile \ |
| 27 | python-pbr \ | 27 | python-pbr \ |
| 28 | python-troveclient \ | ||
| 28 | " | 29 | " |
| 29 | 30 | ||
| 30 | PR = "r2" | 31 | PR = "r2" |
| 31 | SRCNAME = "horizon" | 32 | SRCNAME = "horizon" |
| 32 | 33 | ||
| 33 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ | 34 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ |
| 34 | file://horizon.init \ | 35 | file://horizon.init \ |
| 35 | file://fix_bindir_path.patch \ | 36 | file://fix_bindir_path.patch \ |
| 36 | file://openstack-dashboard-apache.conf \ | 37 | file://openstack-dashboard-apache.conf \ |
| 37 | file://local_settings.py \ | 38 | file://local_settings.py \ |
| 38 | " | 39 | " |
| 39 | 40 | ||
| 40 | SRCREV="b2259b352fd1e00a269b8275afa8093223598235" | 41 | SRCREV="0c3b71055c0d169b8245aee773438dbcb46c2bcf" |
| 41 | PV="2013.2+git${SRCPV}" | 42 | PV="2014.1+git${SRCPV}" |
| 42 | S = "${WORKDIR}/git" | 43 | S = "${WORKDIR}/git" |
| 43 | 44 | ||
| 44 | inherit setuptools update-rc.d python-dir default_configs | 45 | inherit setuptools update-rc.d python-dir default_configs |
