diff options
author | Roy Li <rongqing.li@windriver.com> | 2013-11-25 16:58:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-25 16:14:47 +0000 |
commit | 2eccff75d1e201a536c82a649635e2fb2605b6f3 (patch) | |
tree | c6231f3d3dc1c592e7f25861c85ba19361844035 /meta/recipes-sato/webkit | |
parent | 2d5b4af33882b3c7731d6aa1f4a67734d80c9afa (diff) | |
download | poky-2eccff75d1e201a536c82a649635e2fb2605b6f3.tar.gz |
webkit/midori: fix COMPATIBLE_HOST
webkit can not be built on mips64 with n32 ABI, but can be built on mips64
n64 and o32 ABI whose TARGET_SYS's name is mips-*-linux
(From OE-Core rev: 66cf1cc01b8e4f6284e13d57d9fdcb9f228a6846)
Signed-off-by: Roy Li <rongqing.li@windriver.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 | 4 |
1 files changed, 2 insertions, 2 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 adab4fa753..3581de316a 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | |||
@@ -31,8 +31,8 @@ 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 | 34 | # webkit-gtk can NOT be built on MIPS64 with n32 ABI |
35 | COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" | 35 | COMPATIBLE_HOST_mips64 = "mips64.*-linux" |
36 | 36 | ||
37 | inherit autotools lib_package gtk-doc pkgconfig | 37 | inherit autotools lib_package gtk-doc pkgconfig |
38 | 38 | ||