mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gvim: fix unpackaged files QA warning
* there is a lot of stuff installed to /usr/share/vim, but gvim does not have this in FILES_PN Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -3,8 +3,12 @@ VIMX = "--with-x"
|
||||
|
||||
require vim_${PV}.bb
|
||||
|
||||
PR = "${INC_PR}.4"
|
||||
|
||||
DEPENDS += "gtk+ xt"
|
||||
|
||||
FILES_${PN} += "${datadir}/vim"
|
||||
|
||||
EXTRA_OECONF += "--enable-gtk2-test"
|
||||
|
||||
RREPLACES_${PN} = "vim vim-tiny"
|
||||
|
||||
Reference in New Issue
Block a user