mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 10:41:13 +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:
parent
08b1771e93
commit
cef9476f51
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user