diff options
author | Kang Kai <kai.kang@windriver.com> | 2013-07-05 10:18:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-10 09:41:52 +0100 |
commit | 22ff68eb062df5fadeb40dcaaad1ec9609e597d2 (patch) | |
tree | 6488b6801f0d2348f5bbe591d15b3640d7478e21 /meta/recipes-sato/webkit | |
parent | 28d8cbe2cd1c6e93dbd45fcc40110acfc9bce9aa (diff) | |
download | poky-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/webkit')
-rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 = "\ | |||
31 | SRC_URI[md5sum] = "dcbf9d5e2e6391f857c29a57528b32a6" | 31 | SRC_URI[md5sum] = "dcbf9d5e2e6391f857c29a57528b32a6" |
32 | SRC_URI[sha256sum] = "ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a74cc9e7" | 32 | SRC_URI[sha256sum] = "ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a74cc9e7" |
33 | 33 | ||
34 | # webkit-gtk can NOT be built on MIPS64 with 64 bits userspace | ||
35 | COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" | ||
36 | |||
34 | inherit autotools lib_package gtk-doc pkgconfig | 37 | inherit autotools lib_package gtk-doc pkgconfig |
35 | 38 | ||
36 | S = "${WORKDIR}/webkit-${PV}/" | 39 | S = "${WORKDIR}/webkit-${PV}/" |