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>
This commit is contained in:
Roy Li 2013-11-29 14:11:00 +08:00 committed by Richard Purdie
parent 44c6911877
commit 63fbeba4f2
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "ca69382a285222a86028abebd73fed1976735883027ff0adc094b62778
# midori depends on webkit-gtk, and webkit-gtk can NOT be built on
# MIPS64 with n32 ABI. So remove it from mips64 n32 temporarily.
COMPATIBLE_HOST_mips64 = "mips64.*-linux"
COMPATIBLE_HOST_mips64 = "mips64.*-linux$"
inherit gtk-icon-cache pkgconfig vala pythonnative

View File

@ -32,7 +32,7 @@ SRC_URI[md5sum] = "dcbf9d5e2e6391f857c29a57528b32a6"
SRC_URI[sha256sum] = "ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a74cc9e7"
# webkit-gtk can NOT be built on MIPS64 with n32 ABI
COMPATIBLE_HOST_mips64 = "mips64.*-linux"
COMPATIBLE_HOST_mips64 = "mips64.*-linux$"
inherit autotools lib_package gtk-doc pkgconfig