diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2016-02-03 20:41:43 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:18 -0500 |
| commit | a833f549270c3707fb6521b0571c23e76e0ecc9b (patch) | |
| tree | 2c13d3cb430219174b0f584429aa402947b6ac3d /meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | |
| parent | 62cf4f5a509fd0278c1de998fba8cfa6cbfeded7 (diff) | |
| download | meta-cloud-services-a833f549270c3707fb6521b0571c23e76e0ecc9b.tar.gz | |
keystone: uprev to Liberty
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb index 35c5b49..50d3d95 100644 --- a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | |||
| @@ -4,15 +4,14 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "keystonemiddleware" | 7 | SRCNAME = "keystonemiddleware" |
| 9 | 8 | ||
| 10 | SRC_URI = "\ | 9 | SRC_URI = "\ |
| 11 | git://git.openstack.org/openstack/keystonemiddleware;branch=master \ | 10 | git://git.openstack.org/openstack/keystonemiddleware;branch=master \ |
| 12 | " | 11 | " |
| 13 | 12 | ||
| 14 | PV = "1.6.1+git${SRCPV}" | 13 | PV = "2.3.0+git${SRCPV}" |
| 15 | SRCREV = "6ff732b3893a7e71f7b9a7318e8a4daaf906ebbf" | 14 | SRCREV = "62805857ea39710ba14ab9a4e6c606dc336c6b56" |
| 16 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 17 | 16 | ||
| 18 | inherit setuptools | 17 | inherit setuptools |
