From: Richard Purdie Date: Sun, 19 Jan 2020 23:46:30 +0000 (+0000) Subject: vim: Add missing mime-xgd inherit X-Git-Tag: uninative-2.8~489 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9464b19205c9f88998db7820274c9c0364c79bd9;p=openembedded-core.git 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 --- diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index e0673a7810..78e3f9528d 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"