summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk_2.26.4.bb')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.26.4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
index 585723772e..fa109446d1 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.26.4.bb
@@ -61,7 +61,9 @@ PACKAGECONFIG[openjpeg] = "-DUSE_OPENJPEG=ON,-DUSE_OPENJPEG=OFF,openjpeg"
61# webkitgtk is full of /usr/bin/env python, particular for generating docs 61# webkitgtk is full of /usr/bin/env python, particular for generating docs
62do_configure[postfuncs] += "setup_python_link" 62do_configure[postfuncs] += "setup_python_link"
63setup_python_link() { 63setup_python_link() {
64 ln -s `which python3` ${STAGING_BINDIR_NATIVE}/python 64 if [ ! -e ${STAGING_BINDIR_NATIVE}/python ]; then
65 ln -s `which python3` ${STAGING_BINDIR_NATIVE}/python
66 fi
65} 67}
66 68
67EXTRA_OECMAKE = " \ 69EXTRA_OECMAKE = " \