diff options
author | 2020-01-19 23:45:16 +0000 | |
---|---|---|
committer | 2020-01-19 23:49:24 +0000 | |
commit | 1098fdf3608f25ae81aa7197a95253c2e61ea9b7 (patch) | |
tree | 1b041c57f537977f8af61b0cc7dedd5c8a5e7f2d | |
parent | 9464b19205c9f88998db7820274c9c0364c79bd9 (diff) | |
download | openembedded-core-1098fdf3608f25ae81aa7197a95253c2e61ea9b7.tar.gz |
epiphany: Add missing mime-xgd inherit
Resolves:
ARNING: epiphany-3.34.2-r0 do_package_qa: QA Issue: package contains desktop
file with key 'MimeType' but does not inhert mime-xdg: epiphany path
'/work/core2-32-poky-linux/epiphany/3.34.2-r0/packages-split/epiphany
/usr/share/applications/org.gnome.Epiphany.desktop' [mime-xdg]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.34.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.34.2.bb b/meta/recipes-gnome/epiphany/epiphany_3.34.2.bb index a196a217dc..c6105b9706 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.34.2.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.34.2.bb @@ -8,7 +8,7 @@ DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \ glib-2.0 glib-2.0-native json-glib libdazzle" GNOMEBASEBUILDCLASS = "meson" -inherit gnomebase gsettings features_check upstream-version-is-even gettext +inherit gnomebase gsettings features_check upstream-version-is-even gettext mime-xdg REQUIRED_DISTRO_FEATURES = "x11 opengl" SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ |