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

git at git.openembedded.org git at git.openembedded.org
Sun Jan 19 23:51:17 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 9464b19205c9f88998db7820274c9c0364c79bd9
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Jan 19 23:46:30 2020 +0000

    vim: Add missing mime-xgd inherit
    
    Resolves:
    WARNING: vim-8.2-r0 do_package_qa: QA Issue: package contains desktop
    file with key 'MimeType' but does not inhert mime-xdg: vim path
    '/work/core2-32-poky-linux/vim/8.2-r0/packages-split/vim/usr/share/applications/vim.desktop'
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/vim/vim.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc
index e0673a7..78e3f95 100644
--- a/meta/recipes-support/vim/vim.inc
+++ b/meta/recipes-support/vim/vim.inc
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
 
 VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}"
 
-inherit autotools-brokensep update-alternatives
+inherit autotools-brokensep update-alternatives mime-xdg
 
 CLEANBROKEN = "1"
 

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


More information about the Openembedded-commits mailing list