diff options
author | Ross Burton <ross.burton@intel.com> | 2019-11-21 22:55:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-25 17:57:23 +0000 |
commit | 6675b184334b186d0967fe43af7735395f87e4d7 (patch) | |
tree | b2ad15f4afaab3aa035c19f4c9f9eea6fc180f85 | |
parent | ed5c98b9247c31c21ee422b71e27782abad91ec7 (diff) | |
download | poky-6675b184334b186d0967fe43af7735395f87e4d7.tar.gz |
python3: update patch status
(From OE-Core rev: 3bb0a089840caf51065d7f8b59b3e055bce31e1c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3/0002-Don-t-do-runtime-test-to-get-float-byte-order.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/0002-Don-t-do-runtime-test-to-get-float-byte-order.patch b/meta/recipes-devtools/python/python3/0002-Don-t-do-runtime-test-to-get-float-byte-order.patch index 3721e7c2aa..58ab709028 100644 --- a/meta/recipes-devtools/python/python3/0002-Don-t-do-runtime-test-to-get-float-byte-order.patch +++ b/meta/recipes-devtools/python/python3/0002-Don-t-do-runtime-test-to-get-float-byte-order.patch | |||
@@ -11,7 +11,7 @@ Instead of running code, take a macro from autoconf-archive which compiles C | |||
11 | with a special double in which has an ASCII representation, and then greps the | 11 | with a special double in which has an ASCII representation, and then greps the |
12 | binary to identify the format. | 12 | binary to identify the format. |
13 | 13 | ||
14 | Upstream-Status: Submitted [https://bugs.python.org/issue34585] | 14 | Upstream-Status: Backport [2a9c3805ddedf282881ef7811a561c70b74f80b1] |
15 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 15 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
16 | --- | 16 | --- |
17 | configure.ac | 72 +++------------------------ | 17 | configure.ac | 72 +++------------------------ |