webkit packages can NOT be built for mips64 with 64 bit userspace. Set
COMPATIBLE_HOST to to block them build for such platform.

Signed-off-by: Kai Kang <[email protected]>
---
 meta/recipes-sato/web/web-webkit_git.bb      |    3 +++
 meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb |    3 +++
 2 files changed, 6 insertions(+)

diff --git a/meta/recipes-sato/web/web-webkit_git.bb 
b/meta/recipes-sato/web/web-webkit_git.bb
index 0c79324..b335800 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"
 
 EXTRA_OECONF = "--enable-libowl"
 
+# web-webkit could NOT be built on MIPS64 with 64 bits userspace
+COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
+
 inherit autotools pkgconfig
 
 FILES_${PN} += "${datadir}/web2"
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb 
b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
index ed98b30..5691d3f 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
@@ -31,6 +31,9 @@ SRC_URI = "\
 SRC_URI[md5sum] = "dcbf9d5e2e6391f857c29a57528b32a6"
 SRC_URI[sha256sum] = 
"ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a74cc9e7"
 
+# webkit-gtk can NOT be built on MIPS64 with 64 bits userspace
+COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32"
+
 inherit autotools lib_package gtk-doc pkgconfig
 
 S = "${WORKDIR}/webkit-${PV}/"
-- 
1.7.9.5

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to