diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-16 15:22:23 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-16 22:55:21 -0400 |
| commit | d926dfba758be9db6bed30df8bd334c73408cdf8 (patch) | |
| tree | e7b72fa00fed958188bde5607ef5222739c41412 /meta-openstack/recipes-devtools/python/python-horizon_git.bb | |
| parent | 7c6d9411f8b95df95dcf6504f0bdcc6f4d08edd5 (diff) | |
| download | meta-cloud-services-d926dfba758be9db6bed30df8bd334c73408cdf8.tar.gz | |
core: update core projects to juno b3 release
Along with this update, we also fix a bug with nova and neutron port types.
this patch will be removed once it is fixed in the upstream project.
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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index b472aa9..428507a 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb | |||
| @@ -41,6 +41,8 @@ RDEPENDS_${PN} += "python-django \ | |||
| 41 | python-xstatic-qunit \ | 41 | python-xstatic-qunit \ |
| 42 | python-xstatic-rickshaw \ | 42 | python-xstatic-rickshaw \ |
| 43 | python-xstatic-spin \ | 43 | python-xstatic-spin \ |
| 44 | python-xstatic-bootstrap-datepicker \ | ||
| 45 | python-xstatic-font-awesome \ | ||
| 44 | " | 46 | " |
| 45 | 47 | ||
| 46 | PR = "r2" | 48 | PR = "r2" |
| @@ -54,8 +56,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
| 54 | file://horizon-use-full-package-path-to-test-directories.patch \ | 56 | file://horizon-use-full-package-path-to-test-directories.patch \ |
| 55 | " | 57 | " |
| 56 | 58 | ||
| 57 | SRCREV="8f808a69f6f64c7d92571989b72da1d1801a1c86" | 59 | SRCREV="bd998fb6094fb16d084c90de1eed619aca4c31ef" |
| 58 | PV="2014.2.b2+git${SRCPV}" | 60 | PV="2014.2.b3+git${SRCPV}" |
| 59 | S = "${WORKDIR}/git" | 61 | S = "${WORKDIR}/git" |
| 60 | 62 | ||
| 61 | inherit setuptools update-rc.d python-dir default_configs | 63 | inherit setuptools update-rc.d python-dir default_configs |
