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/recipes-sato/midori | |
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/recipes-sato/midori')
-rw-r--r-- | meta/recipes-sato/midori/midori_0.5.5.bb | 2 |
1 files changed, 1 insertions, 1 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 | ||