[OE-core] [PATCH 2/2] epiphany: set imcompatible with tune mips
Kang Kai
Kai.Kang at windriver.com
Sat Jul 27 01:23:01 UTC 2019
On 2019/7/26 下午6:09, Alexander Kanavin wrote:
> Wait, does this mean that the line must be inserted into all of the
> recipes that depend on webkitgtk (wihch is very awkward)? Shouldn't
> just the webkitgtk recipe fix be enough?
Unfortunately, yes. But there is only one recipe epiphany in oe-core. I
think it doesn't need to pay too much attention for mips arch too.
Kai
>
> Alex
>
> On Fri, 26 Jul 2019 at 12:35, <kai.kang at windriver.com
> <mailto:kai.kang at windriver.com>> wrote:
>
> From: Kai Kang <kai.kang at windriver.com
> <mailto:kai.kang at windriver.com>>
>
> 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 <kai.kang at windriver.com
> <mailto:kai.kang at windriver.com>>
> ---
> meta/recipes-gnome/epiphany/epiphany_3.32.3.bb
> <http://epiphany_3.32.3.bb> | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/meta/recipes-gnome/epiphany/epiphany_3.32.3.bb
> <http://epiphany_3.32.3.bb>
> b/meta/recipes-gnome/epiphany/epiphany_3.32.3.bb
> <http://epiphany_3.32.3.bb>
> index de1b6e2f84..d1c6af52ed 100644
> --- a/meta/recipes-gnome/epiphany/epiphany_3.32.3.bb
> <http://epiphany_3.32.3.bb>
> +++ b/meta/recipes-gnome/epiphany/epiphany_3.32.3.bb
> <http://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"
> --
> 2.20.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> <mailto:Openembedded-core at lists.openembedded.org>
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
--
Kai Kang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20190727/9865eef3/attachment.html>
More information about the Openembedded-core
mailing list