[oe-commits] Kang Kai : webkit: set COMPATIBLE_HOST for mips64

git at git.openembedded.org git at git.openembedded.org
Wed Jul 10 08:37:53 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 0d2ed6bca55319195b5efd74eac83a459bf58ee8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0d2ed6bca55319195b5efd74eac83a459bf58ee8

Author: Kang Kai <kai.kang at windriver.com>
Date:   Fri Jul  5 10:18:10 2013 +0000

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 at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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(+), 0 deletions(-)

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}/"



More information about the Openembedded-commits mailing list