summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-05-07 14:13:43 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-05-07 14:13:43 -0400
commitccff64bdb16ff222d13cc3a61d6c6dbd30ea50f3 (patch)
tree25fed01879228603672beb26e882b5681d4c8096 /meta-openstack/recipes-devtools/python/python-horizon_git.bb
parentca8b06893b0d584a0b5f15dd66b14da4f18100bc (diff)
parentdd04ca6db2993404284679ea04a80d9071f90c2b (diff)
downloadmeta-cloud-services-ccff64bdb16ff222d13cc3a61d6c6dbd30ea50f3.tar.gz
Merge branch 'master' into kilo
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