summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 15:09:30 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-30 15:42:49 -0400
commit96cabf00ac78440e5a71aca85c4ed4949cce39e3 (patch)
tree03acdfaf2c97d1b1063f2f0a910d329f5b6c5522 /meta-openstack/recipes-devtools/python/python-horizon_git.bb
parent0fc2be6f8bef0f52a81294b0e80adf6c3be57630 (diff)
downloadmeta-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.bb9
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
12DEPENDS_${PN} += "python-django \ 12RDEPENDS_${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
30PR = "r2" 31PR = "r2"
31SRCNAME = "horizon" 32SRCNAME = "horizon"
32 33
33SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ 34SRC_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
40SRCREV="b2259b352fd1e00a269b8275afa8093223598235" 41SRCREV="0c3b71055c0d169b8245aee773438dbcb46c2bcf"
41PV="2013.2+git${SRCPV}" 42PV="2014.1+git${SRCPV}"
42S = "${WORKDIR}/git" 43S = "${WORKDIR}/git"
43 44
44inherit setuptools update-rc.d python-dir default_configs 45inherit setuptools update-rc.d python-dir default_configs