diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-12-08 18:33:23 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:28 -0500 |
| commit | e34fa09c251ac67aea7a2a871593e753ff37007b (patch) | |
| tree | 71ece275dba04c8ac3ec9f96a66afbad7eacc5cf /meta-openstack | |
| parent | 8b5352fcd6910d87e8332a3394277f425ce1c9e9 (diff) | |
| download | meta-cloud-services-e34fa09c251ac67aea7a2a871593e753ff37007b.tar.gz | |
python-eventlet: upgrade 0.17.1 -> 0.17.4
(From: ba3e02f and 8a676f4, squashed)
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-eventlet_0.17.4.bb (renamed from meta-openstack/recipes-devtools/python/python-eventlet_0.17.1.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-eventlet_0.17.1.bb b/meta-openstack/recipes-devtools/python/python-eventlet_0.17.4.bb index b566649..32494e1 100644 --- a/meta-openstack/recipes-devtools/python/python-eventlet_0.17.1.bb +++ b/meta-openstack/recipes-devtools/python/python-eventlet_0.17.4.bb | |||
| @@ -4,13 +4,12 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "eventlet" | 7 | SRCNAME = "eventlet" |
| 9 | 8 | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 9 | SRC_URI = "http://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 11 | 10 | ||
| 12 | SRC_URI[md5sum] = "b66053e6dbfd5a6996750fa09b0af6ba" | 11 | SRC_URI[md5sum] = "fea0993b14cc7322f944bdd535c4f24a" |
| 13 | SRC_URI[sha256sum] = "de9c23eb94e55150b25150822a28f91656028987353fef3f687cc285d018dd5a" | 12 | SRC_URI[sha256sum] = "8721e9714eaff8d20f2407e0d3a80069db6b57c9226c26ee9db25c541d06556d" |
| 14 | 13 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 15 | ||
