summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon_git.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-05-06 09:45:04 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-05-07 14:13:37 -0400
commit964ad1eff27625eed7dd3e476ecd62975424ad08 (patch)
treeb0cb453e76d8fddfea787d98e2e5a3fde8eefb3a /meta-openstack/recipes-devtools/python/python-horizon_git.bb
parenta3d91b98dd1251cf8b4a85e4d6989509adb1defb (diff)
downloadmeta-cloud-services-964ad1eff27625eed7dd3e476ecd62975424ad08.tar.gz
python-horizon: upgrade to 2015.1.0
Signed-off-by: Jackie Huang <jackie.huang@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.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 376a4d1..55a2a38 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -59,10 +59,9 @@ RDEPENDS_${PN} += " python-django \
59 python-django-pyscss \ 59 python-django-pyscss \
60 " 60 "
61 61
62PR = "r3"
63SRCNAME = "horizon" 62SRCNAME = "horizon"
64 63
65SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ 64SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \
66 file://horizon.init \ 65 file://horizon.init \
67 file://fix_bindir_path.patch \ 66 file://fix_bindir_path.patch \
68 file://openstack-dashboard-apache.conf \ 67 file://openstack-dashboard-apache.conf \
@@ -70,8 +69,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
70 file://horizon-use-full-package-path-to-test-directories.patch \ 69 file://horizon-use-full-package-path-to-test-directories.patch \
71 " 70 "
72 71
73SRCREV = "a174b4294dd26967953d404207763828c83cc2f7" 72SRCREV = "b99cf48ff346494198fb9740495eacc14fa406bf"
74PV = "2015.1.0b3+git${SRCPV}" 73PV = "2015.1.0+git${SRCPV}"
75S = "${WORKDIR}/git" 74S = "${WORKDIR}/git"
76 75
77inherit setuptools update-rc.d python-dir default_configs openstackchef monitor 76inherit setuptools update-rc.d python-dir default_configs openstackchef monitor