aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2013-07-05 10:18:10 +0000
committerSaul Wold <sgw@linux.intel.com>2013-07-09 07:56:10 -0700
commit0d2ed6bca55319195b5efd74eac83a459bf58ee8 (patch)
tree35e7b095d8ea53c4e92643529624e5bf83f0332c /meta/recipes-sato
parent76a373c64f1b1da02fccbc51f9aaff6082effef9 (diff)
downloadopenembedded-core-0d2ed6bca55319195b5efd74eac83a459bf58ee8.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. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/web/web-webkit_git.bb3
-rw-r--r--meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb3
2 files changed, 6 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"
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 ed98b30e39..5691d3f4dd 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}/"