diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-19 23:46:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-19 23:49:39 +0000 |
commit | 13c6883481d1459bea5b3684c7974795c44a962b (patch) | |
tree | 9c5e85e8197350e4f039ce551d149d32d4535e3c /meta/recipes-support/vim | |
parent | 8380df6566db49ef184b837432558750f77f592f (diff) | |
download | poky-13c6883481d1459bea5b3684c7974795c44a962b.tar.gz |
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'
(From OE-Core rev: 9464b19205c9f88998db7820274c9c0364c79bd9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/vim')
-rw-r--r-- | meta/recipes-support/vim/vim.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
21 | 21 | ||
22 | VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}" | 22 | VIMDIR = "vim${@d.getVar('PV').split('.')[0]}${@d.getVar('PV').split('.')[1]}" |
23 | 23 | ||
24 | inherit autotools-brokensep update-alternatives | 24 | inherit autotools-brokensep update-alternatives mime-xdg |
25 | 25 | ||
26 | CLEANBROKEN = "1" | 26 | CLEANBROKEN = "1" |
27 | 27 | ||