diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 14:02:59 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 14:02:59 -0400 |
| commit | 7697560b5f22c03059c8113329678b2a4d6d1d9b (patch) | |
| tree | d45330a4d81433917f1485d207e0015d44d3a811 /meta-openstack/recipes-devtools/python/python-horizon_git.bb | |
| parent | eb4c3f282346fbd409c4dfbc74a4c7d2cc7be601 (diff) | |
| download | meta-cloud-services-7697560b5f22c03059c8113329678b2a4d6d1d9b.tar.gz | |
horizon: update to juno release
Updating horizon to the juno release branch. New required packages
have been added to support this integration.
Signed-off-by: Bruce Ashfield <bruce.ashfield@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.bb | 12 |
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 \ | |||
| 33 | PR = "r2" | 33 | PR = "r2" |
| 34 | SRCNAME = "horizon" | 34 | SRCNAME = "horizon" |
| 35 | 35 | ||
| 36 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \ | 36 | SRC_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 | ||
| 44 | SRCREV="0c3b71055c0d169b8245aee773438dbcb46c2bcf" | 44 | SRCREV="826444b9eabbaab11cb64018be0777493f1a5fc1" |
| 45 | PV="2014.1+git${SRCPV}" | 45 | PV="2014.2.b1+git${SRCPV}" |
| 46 | S = "${WORKDIR}/git" | 46 | S = "${WORKDIR}/git" |
| 47 | 47 | ||
| 48 | inherit setuptools update-rc.d python-dir default_configs | 48 | inherit 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 | ||
