From 1098fdf3608f25ae81aa7197a95253c2e61ea9b7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 19 Jan 2020 23:45:16 +0000 Subject: 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 --- meta/recipes-gnome/epiphany/epiphany_3.34.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') 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 \ -- cgit 1.2.3-korg