summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web/web-webkit_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/web/web-webkit_git.bb')
-rw-r--r--meta/recipes-sato/web/web-webkit_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-sato/web/web-webkit_git.bb b/meta/recipes-sato/web/web-webkit_git.bb
index 0c79324791..b335800e35 100644
--- a/meta/recipes-sato/web/web-webkit_git.bb
+++ b/meta/recipes-sato/web/web-webkit_git.bb
@@ -21,6 +21,9 @@ S = "${WORKDIR}/git"
21 21
22EXTRA_OECONF = "--enable-libowl" 22EXTRA_OECONF = "--enable-libowl"
23 23
24# web-webkit could NOT be built on MIPS64 with 64 bits userspace
25COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
26
24inherit autotools pkgconfig 27inherit autotools pkgconfig
25 28
26FILES_${PN} += "${datadir}/web2" 29FILES_${PN} += "${datadir}/web2"