diff --git a/meta/recipes-sato/midori/midori_0.5.5.bb b/meta/recipes-sato/midori/midori_0.5.5.bb index 32bfcb6aef..7c233cbd4b 100644 --- a/meta/recipes-sato/midori/midori_0.5.5.bb +++ b/meta/recipes-sato/midori/midori_0.5.5.bb @@ -10,6 +10,10 @@ SRC_URI = "http://www.midori-browser.org/downloads/${BPN}_${PV}_all_.tar.bz2 \ SRC_URI[md5sum] = "b99e87d4b73a4732ed1c1e591f0242ac" SRC_URI[sha256sum] = "ca69382a285222a86028abebd73fed1976735883027ff0adc094b627789bbd62" +# midori depends on webkit-gtk, and webkit-gtk can NOT be built on +# MIPS64 with 64 bits userspace. So remove it from mips64 temporarily. +COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" + inherit gtk-icon-cache pkgconfig vala pythonnative do_configure() {