summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pillow/0001-explicitly-set-compile-options.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pillow/0001-explicitly-set-compile-options.patch')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow/0001-explicitly-set-compile-options.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pillow/0001-explicitly-set-compile-options.patch b/meta-python/recipes-devtools/python/python3-pillow/0001-explicitly-set-compile-options.patch
index de89ba0058..d4372696fe 100644
--- a/meta-python/recipes-devtools/python/python3-pillow/0001-explicitly-set-compile-options.patch
+++ b/meta-python/recipes-devtools/python/python3-pillow/0001-explicitly-set-compile-options.patch
@@ -1,4 +1,4 @@
1From 52879439f2976662140b76951f43f16e1d5ef08e Mon Sep 17 00:00:00 2001 1From 9f3073bf6a7c7c51bb49d25f65c8f75cc704a5ee Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Mon, 18 Mar 2019 23:23:55 -0400 3Date: Mon, 18 Mar 2019 23:23:55 -0400
4Subject: [PATCH] explicitly set compile options 4Subject: [PATCH] explicitly set compile options
@@ -15,12 +15,12 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
15 1 file changed, 12 insertions(+) 15 1 file changed, 12 insertions(+)
16 16
17diff --git a/setup.cfg b/setup.cfg 17diff --git a/setup.cfg b/setup.cfg
18index 95900ff..27da313 100644 18index 3ab2e127..e92615f3 100644
19--- a/setup.cfg 19--- a/setup.cfg
20+++ b/setup.cfg 20+++ b/setup.cfg
21@@ -9,3 +9,15 @@ addopts = -vx Tests 21@@ -4,3 +4,15 @@ test=pytest
22
23 [flake8] 22 [flake8]
23 extend-ignore = E203, W503
24 max-line-length = 88 24 max-line-length = 88
25+ 25+
26+[build_ext] 26+[build_ext]
@@ -35,5 +35,5 @@ index 95900ff..27da313 100644
35+disable-webpmux = 1 35+disable-webpmux = 1
36+disable-imagequant = 1 36+disable-imagequant = 1
37-- 37--
382.8.1 382.20.1
39 39