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.bb12
1 files changed, 9 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index 3f9e5e6..69dd430 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -33,7 +33,7 @@ RDEPENDS_${PN} += "python-django \
33PR = "r2" 33PR = "r2"
34SRCNAME = "horizon" 34SRCNAME = "horizon"
35 35
36SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ 36SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
37 file://horizon.init \ 37 file://horizon.init \
38 file://fix_bindir_path.patch \ 38 file://fix_bindir_path.patch \
39 file://openstack-dashboard-apache.conf \ 39 file://openstack-dashboard-apache.conf \
@@ -41,8 +41,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
41 file://horizon-use-full-package-path-to-test-directories.patch \ 41 file://horizon-use-full-package-path-to-test-directories.patch \
42 " 42 "
43 43
44SRCREV="0c3b71055c0d169b8245aee773438dbcb46c2bcf" 44SRCREV="826444b9eabbaab11cb64018be0777493f1a5fc1"
45PV="2014.1+git${SRCPV}" 45PV="2014.2.b1+git${SRCPV}"
46S = "${WORKDIR}/git" 46S = "${WORKDIR}/git"
47 47
48inherit setuptools update-rc.d python-dir default_configs 48inherit setuptools update-rc.d python-dir default_configs
@@ -131,6 +131,8 @@ RDEPENDS_${PN} += " python-django \
131 python-glanceclient \ 131 python-glanceclient \
132 python-heatclient \ 132 python-heatclient \
133 python-keystoneclient \ 133 python-keystoneclient \
134 python-troveclient \
135 python-saharaclient \
134 python-lesscpy \ 136 python-lesscpy \
135 python-novaclient \ 137 python-novaclient \
136 python-nose-exclude \ 138 python-nose-exclude \
@@ -140,6 +142,10 @@ RDEPENDS_${PN} += " python-django \
140 python-swiftclient \ 142 python-swiftclient \
141 python-lockfile \ 143 python-lockfile \
142 python-pyyaml \ 144 python-pyyaml \
145 python-xstatic \
146 python-xstatic-jquery \
147 python-pyscss \
148 python-django-pyscss \
143 ${RDEP_ARCH_VAR} \ 149 ${RDEP_ARCH_VAR} \
144 " 150 "
145 151