diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-12-09 21:33:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-12 11:27:24 +0000 |
commit | 2faf8fe58480b2e5909a51966e356609abe3f8f8 (patch) | |
tree | e0de7199670f2e678a1721dc0f709f2538d69aae /meta/recipes-devtools/python/python3/cgi_py.patch | |
parent | 9fc8c38658f123ab2ebd8cc764ed4418b959467f (diff) | |
download | poky-2faf8fe58480b2e5909a51966e356609abe3f8f8.tar.gz |
python3: udpate to 3.10.1
Refreshed patches.
(From OE-Core rev: b82ea986a492791716c3da07a7d728edd17654c9)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/cgi_py.patch')
-rw-r--r-- | meta/recipes-devtools/python/python3/cgi_py.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3/cgi_py.patch b/meta/recipes-devtools/python/python3/cgi_py.patch index 6c4ba54320..81e6099cfb 100644 --- a/meta/recipes-devtools/python/python3/cgi_py.patch +++ b/meta/recipes-devtools/python/python3/cgi_py.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 62336285cba38017b35cb761c03f0c7e80a671a3 Mon Sep 17 00:00:00 2001 | 1 | From 5b0d1212d661e9a8a36738279fc9109f96eebd25 Mon Sep 17 00:00:00 2001 |
2 | From: Mark Hatle <mark.hatle@windriver.com> | 2 | From: Mark Hatle <mark.hatle@windriver.com> |
3 | Date: Wed, 21 Sep 2011 20:55:33 -0500 | 3 | Date: Wed, 21 Sep 2011 20:55:33 -0500 |
4 | Subject: [PATCH] Lib/cgi.py: Update the script as mentioned in the comment | 4 | Subject: [PATCH] Lib/cgi.py: Update the script as mentioned in the comment |
@@ -12,7 +12,7 @@ Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | |||
12 | 1 file changed, 1 insertion(+), 10 deletions(-) | 12 | 1 file changed, 1 insertion(+), 10 deletions(-) |
13 | 13 | ||
14 | diff --git a/Lib/cgi.py b/Lib/cgi.py | 14 | diff --git a/Lib/cgi.py b/Lib/cgi.py |
15 | index 8cf6687..094c7b4 100755 | 15 | index 6cb8cf2..a873ff3 100755 |
16 | --- a/Lib/cgi.py | 16 | --- a/Lib/cgi.py |
17 | +++ b/Lib/cgi.py | 17 | +++ b/Lib/cgi.py |
18 | @@ -1,13 +1,4 @@ | 18 | @@ -1,13 +1,4 @@ |