From: Chris Larson Date: Thu, 23 Oct 2003 22:24:20 +0000 (+0000) Subject: Add initial vim-tiny package. builds in tiny mode (no vimdiff). cuts the binary... X-Git-Tag: Release-2010-05/1~20631 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1011ada389f928dc1af457378f8a5b1d21b418f8;p=openembedded.git Add initial vim-tiny package. builds in tiny mode (no vimdiff). cuts the binary size by a few hundred k. Still need to make the /usr/share/vim/* packaging more granular. BKrev: 3f985514uMh7FKd2yuHI6mp4FUorVg --- diff --git a/vim/vim-tiny_6.2.oe b/vim/vim-tiny_6.2.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/vim/vim_6.2.oe b/vim/vim_6.2.oe index 1eb68b8c9c..b46efd2f5c 100644 --- a/vim/vim_6.2.oe +++ b/vim/vim_6.2.oe @@ -21,3 +21,5 @@ do_configure () { touch auto/configure touch auto/config.mk auto/config.h } + +#FILES_${PN}-doc=${datadir}/vim/vim62/doc ${mandir} ${infodir}