summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/web
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2013-07-05 10:18:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-10 09:41:52 +0100
commit22ff68eb062df5fadeb40dcaaad1ec9609e597d2 (patch)
tree6488b6801f0d2348f5bbe591d15b3640d7478e21 /meta/recipes-sato/web
parent28d8cbe2cd1c6e93dbd45fcc40110acfc9bce9aa (diff)
downloadpoky-22ff68eb062df5fadeb40dcaaad1ec9609e597d2.tar.gz
webkit: set COMPATIBLE_HOST for mips64
webkit packages can NOT be built for mips64 with 64 bit userspace. Set COMPATIBLE_HOST to to block them build for such platform. (From OE-Core rev: 0d2ed6bca55319195b5efd74eac83a459bf58ee8) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/web')
-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"