diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:32 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
| commit | 849cb8b6627029fd8d4ef66a7470362cae8d0a3b (patch) | |
| tree | cecff72501989c013a5b1113083037f2c7fd492d /meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb | |
| parent | 9a66f2296afb95457ca1ef823a63220cd1a6b9a5 (diff) | |
| download | meta-cloud-services-849cb8b6627029fd8d4ef66a7470362cae8d0a3b.tar.gz | |
python-keystonemiddleware: upgrade to 1.5.2
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.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 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb index f4ce244..69af3d1 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=stable/kilo \ |
| 12 | " | 11 | " |
| 13 | 12 | ||
| 14 | PV="1.4.0+git${SRCPV}" | 13 | PV="1.5.2+git${SRCPV}" |
| 15 | SRCREV="782fb0129d2eb7f181f890068767ce2b6906b2bd" | 14 | SRCREV="fd12825acb92db08aea588522f9a91d7091f3a32" |
| 16 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 17 | 16 | ||
| 18 | inherit setuptools | 17 | inherit setuptools |
