[OE-core] [PATCH 12/13] webkitgtk: use Python 3 for builds
Alexander Kanavin
alex.kanavin at gmail.com
Fri Aug 30 12:49:57 UTC 2019
Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
---
meta/recipes-sato/webkit/webkitgtk_2.24.3.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb
index 0e5ee5ba006..71082421688 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb
@@ -69,7 +69,7 @@ EXTRA_OECMAKE = " \
${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_INTROSPECTION=ON', '-DENABLE_INTROSPECTION=OFF', d)} \
${@bb.utils.contains('GTKDOC_ENABLED', 'True', '-DENABLE_GTKDOC=ON', '-DENABLE_GTKDOC=OFF', d)} \
-DENABLE_MINIBROWSER=ON \
- -DPYTHON_EXECUTABLE=`which python` \
+ -DPYTHON_EXECUTABLE=`which python3` \
"
# Javascript JIT is not supported on ARC
--
2.17.1
More information about the Openembedded-core
mailing list