summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_git.bb7
1 files changed, 3 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 b7c0046..779878d 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -62,10 +62,9 @@ RDEPENDS_${PN} += " python-django \
62 python-django-pyscss \ 62 python-django-pyscss \
63 " 63 "
64 64
65PR = "r3"
66SRCNAME = "horizon" 65SRCNAME = "horizon"
67 66
68SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 67SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
69 file://horizon.init \ 68 file://horizon.init \
70 file://fix_bindir_path.patch \ 69 file://fix_bindir_path.patch \
71 file://openstack-dashboard-apache.conf \ 70 file://openstack-dashboard-apache.conf \
@@ -73,8 +72,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
73 file://horizon-use-full-package-path-to-test-directories.patch \ 72 file://horizon-use-full-package-path-to-test-directories.patch \
74 " 73 "
75 74
76SRCREV = "b99cf48ff346494198fb9740495eacc14fa406bf" 75SRCREV = "bccc3dcba65275e099137c8ca37f1077e87120d5"
77PV = "2015.1.0+git${SRCPV}p1" 76PV = "2015.1.2+git${SRCPV}"
78S = "${WORKDIR}/git" 77S = "${WORKDIR}/git"
79 78
80inherit setuptools update-rc.d python-dir default_configs openstackchef monitor 79inherit setuptools update-rc.d python-dir default_configs openstackchef monitor