[oe-commits] [openembedded-core] 12/12: epiphany: Add missing mime-xgd inherit

git at git.openembedded.org git at git.openembedded.org
Sun Jan 19 23:51:18 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 1098fdf3608f25ae81aa7197a95253c2e61ea9b7
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Jan 19 23:45:16 2020 +0000

    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 at linuxfoundation.org>
---
 meta/recipes-gnome/epiphany/epiphany_3.34.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/epiphany/epiphany_3.34.2.bb b/meta/recipes-gnome/epiphany/epiphany_3.34.2.bb
index a196a21..c6105b9 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list