diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-07-26 05:34:43 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-27 22:45:30 +0100 |
commit | 71f746988aeb2d25fc0d60b2f8c6968ba5172dd4 (patch) | |
tree | 1217ce41be3a4833924eca09e89546bd349dc929 /meta/recipes-gnome/epiphany | |
parent | 111f9ab083538101d398bf7eeeeaaab94886589c (diff) | |
download | poky-71f746988aeb2d25fc0d60b2f8c6968ba5172dd4.tar.gz |
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.
(From OE-Core rev: ce294134a0d7c8fdac92f458e5dc64ecc77c5251)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/epiphany')
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.32.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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} | |||
16 | SRC_URI[archive.md5sum] = "c4976507bf3de69f27a050ad09531f5a" | 16 | SRC_URI[archive.md5sum] = "c4976507bf3de69f27a050ad09531f5a" |
17 | SRC_URI[archive.sha256sum] = "3ccb6859a43b839b714aa425cb185056f1e8604adbaab6a1bc179d1ba641a33f" | 17 | SRC_URI[archive.sha256sum] = "3ccb6859a43b839b714aa425cb185056f1e8604adbaab6a1bc179d1ba641a33f" |
18 | 18 | ||
19 | # webkitgtk doesn't work with tune 'mips' | ||
20 | COMPATIBLE_HOST_mipsarch = "${@bb.utils.contains('DEFAULTTUNE', 'mips', 'null', 'mips.*-linux', d)}" | ||
21 | |||
19 | FILES_${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo" | 22 | FILES_${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo" |
20 | RDEPENDS_${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas" | 23 | RDEPENDS_${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas" |