From: Alexander Kanavin Date: Fri, 30 Aug 2019 12:49:57 +0000 (+0200) Subject: webkitgtk: use Python 3 for builds X-Git-Tag: uninative-2.7~324 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e7c544f80859d532c64dd6b1988c762bdd09dbbf;p=openembedded-core.git webkitgtk: use Python 3 for builds Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb b/meta/recipes-sato/webkit/webkitgtk_2.24.3.bb index 0e5ee5ba00..7108242168 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