diff options
-rw-r--r-- | meta/recipes-sato/midori/midori_0.5.5.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ | |||
10 | SRC_URI[md5sum] = "b99e87d4b73a4732ed1c1e591f0242ac" | 10 | SRC_URI[md5sum] = "b99e87d4b73a4732ed1c1e591f0242ac" |
11 | SRC_URI[sha256sum] = "ca69382a285222a86028abebd73fed1976735883027ff0adc094b627789bbd62" | 11 | SRC_URI[sha256sum] = "ca69382a285222a86028abebd73fed1976735883027ff0adc094b627789bbd62" |
12 | 12 | ||
13 | # midori depends on webkit-gtk, and webkit-gtk can NOT be built on | ||
14 | # MIPS64 with 64 bits userspace. So remove it from mips64 temporarily. | ||
15 | COMPATIBLE_HOST_mips64 = "mips64.*-linux-gnun32" | ||
16 | |||
13 | inherit gtk-icon-cache pkgconfig vala pythonnative | 17 | inherit gtk-icon-cache pkgconfig vala pythonnative |
14 | 18 | ||
15 | do_configure() { | 19 | do_configure() { |