1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

webkitgtk: use Python 3 for builds

(From OE-Core rev: e7c544f80859d532c64dd6b1988c762bdd09dbbf)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2019-08-30 14:49:57 +02:00
committed by Richard Purdie
parent b67cd613ed
commit 14a0d1cc90
+1 -1
View File
@@ -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