]> code.ossystems Code Review - openembedded-core.git/commitdiff
vim: Add missing mime-xgd inherit
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Jan 2020 23:46:30 +0000 (23:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Jan 2020 23:49:15 +0000 (23:49 +0000)
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@linuxfoundation.org>
meta/recipes-support/vim/vim.inc

index e0673a7810e484681908d0d75b3bcc2a687f9bec..78e3f9528d2737898cd98182a163df99725d6f6b 100644 (file)
@@ -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"