From: Kai Kang Date: Fri, 26 Jul 2019 09:34:43 +0000 (-0400) Subject: epiphany: set imcompatible with tune mips X-Git-Tag: uninative-2.7~648 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ce294134a0d7c8fdac92f458e5dc64ecc77c5251;p=openembedded-core.git epiphany: set imcompatible with tune mips webkitgtk doesn't work with tune mips and set imcompatible with it. epiphany depends on webkitgtk and mask it too. Signed-off-by: Kai Kang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/epiphany/epiphany_3.32.3.bb b/meta/recipes-gnome/epiphany/epiphany_3.32.3.bb index de1b6e2f84..d1c6af52ed 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.32.3.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.32.3.bb @@ -16,5 +16,8 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV} SRC_URI[archive.md5sum] = "c4976507bf3de69f27a050ad09531f5a" SRC_URI[archive.sha256sum] = "3ccb6859a43b839b714aa425cb185056f1e8604adbaab6a1bc179d1ba641a33f" +# webkitgtk doesn't work with tune 'mips' +COMPATIBLE_HOST_mipsarch = "${@bb.utils.contains('DEFAULTTUNE', 'mips', 'null', 'mips.*-linux', d)}" + FILES_${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo" RDEPENDS_${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas"