diff options
author | Roy Li <rongqing.li@windriver.com> | 2013-11-29 14:11:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-30 22:26:28 +0000 |
commit | 63fbeba4f28c9c48ddde5f772206e8081caa2a43 (patch) | |
tree | c3489de97f16857671ca626ab4160bc1f3cebd76 /meta | |
parent | 44c691187769781307ffff69ebf422548cb9633d (diff) | |
download | poky-63fbeba4f28c9c48ddde5f772206e8081caa2a43.tar.gz |
webkit/midori: block to build webkit on mips64 with libn32 ABI
To mips64 libn32, The HOST_SYS is mips64-*-linux-gnun32, the COMPATIBLE_HOST
is mips64.*-linux, the regular expression matching both will return true. so
append the ending position word into COMPATIBLE_HOST to make match failure
(From OE-Core rev: f5c4d18c1b0d8a252abb3b1f67f05a1689b3ea67)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/midori/midori_0.5.5.bb | 2 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/midori/midori_0.5.5.bb b/meta/recipes-sato/midori/midori_0.5.5.bb index d3f42cc06e..779561760f 100644 --- a/meta/recipes-sato/midori/midori_0.5.5.bb +++ b/meta/recipes-sato/midori/midori_0.5.5.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "ca69382a285222a86028abebd73fed1976735883027ff0adc094b62778 | |||
12 | 12 | ||
13 | # midori depends on webkit-gtk, and webkit-gtk can NOT be built on | 13 | # midori depends on webkit-gtk, and webkit-gtk can NOT be built on |
14 | # MIPS64 with n32 ABI. So remove it from mips64 n32 temporarily. | 14 | # MIPS64 with n32 ABI. So remove it from mips64 n32 temporarily. |
15 | COMPATIBLE_HOST_mips64 = "mips64.*-linux" | 15 | COMPATIBLE_HOST_mips64 = "mips64.*-linux$" |
16 | 16 | ||
17 | inherit gtk-icon-cache pkgconfig vala pythonnative | 17 | inherit gtk-icon-cache pkgconfig vala pythonnative |
18 | 18 | ||
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 3581de316a..8c78b5b117 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb | |||
@@ -32,7 +32,7 @@ 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 n32 ABI | 34 | # webkit-gtk can NOT be built on MIPS64 with n32 ABI |
35 | COMPATIBLE_HOST_mips64 = "mips64.*-linux" | 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 | ||