summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:42 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commitdeedfea1a6d1d484dcf6b08ef1b63e8071c217ac (patch)
treee6932287b14c012c16ce94991b8c8e01f92f6467 /meta-openstack
parent78d79dc37c769289bbd510952841f6a076649c38 (diff)
downloadmeta-cloud-services-deedfea1a6d1d484dcf6b08ef1b63e8071c217ac.tar.gz
python-horizon: upgrade to 2015.1.2
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-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