summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/vim
Commit message (Collapse)AuthorAgeFilesLines
* vim: Remove as this is now in oe-coreTom Rini2019-03-075-271/+0
| | | | | | | | Now that we have migrated this recipe to oe-core we need to drop it from here. Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: remove xfce vim bbappendMark Hatle2019-02-281-0/+7
| | | | | | | | | | | | | | | | | | | | | | Changing the behavior of a recipe by including a layer is not allowed by the yocto-check-layer script. INFO: ====================================================================== INFO: FAIL: test_signatures (common.CommonCheckLayer) INFO: ---------------------------------------------------------------------- INFO: Traceback (most recent call last): File "/poky/scripts/lib/checklayer/cases/common.py", line 53, in test_signatures self.fail('Adding layer %s changed signatures.\n%s' % (self.tc.layer['name'], msg)) AssertionError: Adding layer meta-xfce changed signatures. 19 signatures changed, initial differences (first hash before, second after): vim:do_install: 7f165dbd724ca0127dfb653ef0ecd8e7fb882713adedfd0e14f59d7f54cb645e -> 6e4a49063534d67f70186bf8bdb313184f42426e2c42b12b127638b586c7ffe8 bitbake-diffsigs --task vim do_install --signature 7f165dbd724ca0127dfb653ef0ecd8e7fb882713adedfd0e14f59d7f54cb645e fix by move the logic into recipe vim Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: use empty PACKAGECONFIG for vim-nativeMartin Jansa2019-02-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * otherwise it depends on gtk+-native and we don't need gtkgui enabled in native builds as vim-native was introduced only for xxd-native in: commit 1dff2351aa6cdafa5a501e8956cb853ab17ed9ae Author: Martin Jansa <Martin.Jansa@gmail.com> Date: Fri Mar 10 11:55:44 2017 +0100 vim: add native BBCLASSEXTEND * some recipes might use xxd * with stricter host binaries available in PATH: http://lists.openembedded.org/pipermail/openembedded-core/2017-March/133886.html we cannot use xxd from host and it's not so common to add it into HOSTTOOL_NONFATAL * there is also smaller solution for xxd -i (which is what I need): https://github.com/gregkh/xxdi but after creating xxdi-native recipe for this I've discovered that perl on my host as well as perlnative doesn't provide File::Slurp used by this, so adding BBCLASSEXTEND here is easier solution Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: Enable GUI support for x11 DISTRO_FEATURESOvidiu Panait2019-02-011-1/+4
| | | | | | | | | | Adding vim to a sato image will produce a non-working Gvim desktop entry because GUI support is not compiled in: # vim -g E25: GUI cannot be used: Not enabled at compile time Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: Fix "--enable-gtk2-test" unrecognized option errorOvidiu Panait2019-02-011-1/+1
| | | | | | | | | | | | | Fix the following build error when vim PACKAGECONFIG[gtkgui] is enabled: ... ERROR: vim-8.1.0347-r0 do_configure: QA Issue: vim: configure was passed unrecognised options: --enable-gtk2-test [unknown-configure-option] ERROR: vim-8.1.0347-r0 do_configure: Fatal QA errors found, failing task. ERROR: vim-8.1.0347-r0 do_configure: Function failed: do_qa_configure ... Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: improve reproducibilityMingli Yu2019-02-012-0/+47
| | | | | | | | | | | Clear all_cflags, all_lflags, compiled_user and compiled_sys to avoid introducing build info to improve reproducibility as below: WARNING: vim-8.1.0347-r0 do_package_qa: QA Issue: File /work/core2-64-wrs-linux/vim/8.1.0347-r0/packages-split/vim/usr/bin/vim.vim in package contained reference to tmpdir [buildpaths] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim-tiny: remove alternative for xxdRicardo Salveti2018-11-051-0/+1
| | | | | | | | | | | xxd is not available in vim-tiny, so remove from the default ALTERNATIVE list to fix the following warning: vim-tiny: alternative target (/usr/bin/xxd or /usr/bin/xxd.vim-tiny) does not exist, skipping Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: alternatify xxdDan McGregor2018-10-181-2/+4
| | | | | | | toybox also provides xxd. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim/vim-tiny: upgrade 8.1.0172 -> 8.1.0347Randy MacLeod2018-09-052-2/+2
| | | | | | | | | The license file changed because the vim format tag on the last line of the file changed. Specify the the license end line to avoid this problem. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim, vim-tiny: Make vim provide xxd without vim-tiny doing it tooPeter Kjellerstedt2018-08-022-2/+4
| | | | | | | | | | There is no xxd in vim-tiny, so there is no reason to provide vim-tiny-xxd. Besides, it is typically "xxd-native" that one wants to be able to depend on, not "vim-native-xxd" (then the old dependency on vim-native already did the trick). Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim/vim-tiny: fix multiple .bb files provide xxdHongxu Jia2018-07-221-1/+1
| | | | | | | | | | | | | | | | | Since the following commit applied: ... commit 34988c5319b08a14a145d82ed1057468f22632f9 Author: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Date: Wed Jul 18 10:14:51 2018 +0200 vim: provide xxd ... And vim-tiny recipe contains vim reicpe, it caused both of them provides xxd. Add `${PN}' prefix to it. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: provide xxdRasmus Villemoes2018-07-201-0/+2
| | | | | | | | | | The xxd tool is quite useful by itself. For example, building U-boot using the CONFIG_USE_DEFAULT_ENV_FILE option requires that the host provides xxd, and it's nicer to be able to put xxd-native rather than vim-native in that recipe's dependencies. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: update to 8.1.0172Leon Anavi2018-07-122-3/+2
| | | | | | | Update vim to the latest version 8.1.0172. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim/vim-tiny: upgrade 8.0.0983 -> 8.1.0.116changqing.li@windriver.com2018-06-295-88/+33
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vim: set CLEANBROKEN to fix rebuildYi Zhao2018-01-161-2/+3
| | | | | | | | | | | | | Rebuilding vim would cause the following error: Makefile:4: ../auto/config.mk: No such file or directory make[1]: *** No rule to make target '../auto/config.mk'. Stop. Set CLEANBROKEN to "1" to fix this issue. Also remove the redundant "inherit autotools". Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* vim: Security Advisory - vim - CVE-2017-17087Li Zhou2017-12-272-0/+71
| | | | | | | | Porting the patch from <https://github.com/vim/vim/commit/ 5a73e0ca54c77e067c3b12ea6f35e3e8681e8cf8> to solve CVE-2017-17087. Signed-off-by: Li Zhou <li.zhou@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* vim: update to 8.0.0983Yi Zhao2017-08-282-1/+1
| | | | | | | | | Fixed CVE-2017-11109 since 8.0.0707 See: http://www.cvedetails.com/vulnerability-list/vendor_id-8218/product_id-14270/year-2017/opdos-1/VIM-VIM.html Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Update to 8.0.0427Paul Barker2017-03-164-8/+8
| | | | | | | | | | | | | | | | | 8.0.0427 is currently used in Arch Linux so we know it has at least had some testing. Upstream has fixed the following CVEs since 8.0.0022: * CVE-2016-1248 in 8.0.0056 * CVE-2017-5953 in 8.0.0322 * CVE-2017-6349 in 8.0.0377 * CVE-2017-6350 in 8.0.0378 See http://www.cvedetails.com/product/14270/VIM-VIM.html?vendor_id=8218 Patches are updated as src/configure.in was renamed upstream. Signed-off-by: Paul Barker <pbarker@toganlabs.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: add native BBCLASSEXTENDMartin Jansa2017-03-111-2/+4
| | | | | | | | | | | | | | | * some recipes might use xxd * with stricter host binaries available in PATH: http://lists.openembedded.org/pipermail/openembedded-core/2017-March/133886.html we cannot use xxd from host and it's not so common to add it into HOSTTOOL_NONFATAL * there is also smaller solution for xxd -i (which is what I need): https://github.com/gregkh/xxdi but after creating xxdi-native recipe for this I've discovered that perl on my host as well as perlnative doesn't provide File::Slurp used by this, so adding BBCLASSEXTEND here is easier solution Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Make use of the new bb.utils.filter() functionPeter Kjellerstedt2017-03-071-2/+1
| | | | | Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove some more True options to getVar callsAndre McCurdy2017-02-131-1/+1
| | | | | | | | | | | getVar() now defaults to expanding by default, thus remove the True option from getVar() calls. Fix a small number of cases not addressed by the original patch: http://git.openembedded.org/meta-openembedded/commit/?id=efd3696e70a6603f1a45faa4a172433514f0a487 Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Update to v8.0.0022Paul Barker2016-10-263-172/+3
| | | | | | | | | | | | v8.0.0022 is currently used in Debian Testing. In the license file (uganda.txt) only the version number has changed. The new version installs icons for gvim into /usr/share/icons. For now these are just placed in the vim-common package as they use only a kB or so. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: split tools directory into vim-tools packageAlexandru Moise2016-09-051-2/+2
| | | | | | | | | | | | | | Normal install of vim packs with it also the /usr/share/vim/vim*/tools directory that consist of a bunch of scripts such as "vim132" that just starts up vim in 132 column mode for VT-100 terminals and lookalikes. Created the vim-tools separate package for the tools directory. If anyone needs these scripts they can be added to the fs image together with their dependencies. Signed-off-by: Alexandru Moise <alexandru.moise@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Upgrade to v7.4.1689Paul Barker2016-05-063-2/+173
| | | | | | | | | | | v7.4.1689 is currently used in Debian Testing and Arch Linux. The tags file used as an index to vim's documentation is not correctly created when cross compiling in v7.4.1689. Patch 7.4.1733 is backported to fix this issue. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: use bb.utils.contains() instead of base_contains()Ross Burton2016-04-281-2/+2
| | | | | | | | base_contains() is a compatibility wrapper and may warn in the future, so replace all instances with bb.utils.contains(). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Upgrade to v7.4.769Paul Barker2015-10-232-2/+2
| | | | | | | | | | v7.4.769 is the latest marked stable in Gentoo so we know this has had some testing. License change is simply rewording "further more" -> "furthermore". Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Move SRC_URI from Google Code to github.Philip Balister2015-08-311-3/+3
| | | | | | | I chose the rev that matched the existing recipe version. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: fix up for /bin/viMartin Jansa2015-03-021-1/+1
| | | | | | | | | | | | | | | * it was changed in: Commit: 95dc2ddce7a0ee4d16d6c69fd123e4e6921bdf2e URL: http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=95dc2ddce7a0ee4d16d6c69fd123e4e6921bdf2e Author: Jackie Huang <jackie.huang@windriver.com> Date: Thu Nov 6 03:22:27 2014 -0500 Subject: vim: add recipe for vim-tiny but busybox still registers /bin/vi, so u-a was broken update-alternatives: Error: cannot register alternative vi to /usr/bin/vi since it is already registered to /bin/vi Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: add recipe for vim-tinyJackie Huang2015-01-152-7/+26
| | | | | | | | | | | | Changes: - Add bb for vim-tiny based on vim.bb - Change PACKAGECONFIG and do_install for vim-tiny - Change BPN to vim in vim.bb so it works fine when required by vim-tiny - Add proper alternative links for vim and vim-tiny to avoid conflicts - Don't use do_install_append in vim.bb so it works fine when required by vim-tiny Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Upgrade to v7.4.481Paul Barker2014-10-271-1/+1
| | | | | Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: add ncurses-terminfo-base as a runtime dependencyChen Qi2014-10-181-0/+1
| | | | | | | | | | | | Without this patch, we may have problem using vim. Steps to reproduce the problem is as follows: 1. Set NO_RECOMMENDATIONS to "1". 2. bitbake core-image-minimal 3. runqemu qemux86 4. On target, execute `vi 1.txt'. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Upgrade to v7.4.373Paul Barker2014-07-301-1/+1
| | | | | Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: work around rpm picking up perl as a depJackie Huang2014-07-151-1/+2
| | | | | | | | | | | | | | | | | | Some perl example scripts cause RPM to add perl as a dep, which we don't want, so remove x bit as work around just like the ones for csh and awk. Refer to: 1b088e4 vim: workaround nawk dependency problem with RPM 280d150 vim: workaround a dependency problem with RPM I think a better solution might be: Split the tools directory into a new package ${PN}-tools and add RDEPENDS on csh, awk and perl for it and we don't put it in RRECOMMENDS to install along with vim. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: use BPN instead of PN to fix multilib buildJackie Huang2014-06-131-24/+24
| | | | | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Fix packaging of common data filesPaul Barker2014-06-101-2/+2
| | | | | | | | | | | | | The majority of the vim runtime files have been moved from the package 'vim-data' to the package 'vim-common'. However, 'vim-data' was still in RRECOMMENDS and 'vim-common' was not, so the runtime files were not being installed by default. To fix this, 'vim-data' is removed from RRECOMMENDS and 'vim-common' is added instead. 'vim-data' is also removed from PACKAGES as it should now be empty. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Don't build out-of-treePaul Barker2014-05-031-0/+1
| | | | | | | | Out-of-tree builds don't seem to work for vim, probably as it doesn't use automake. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: add knob whether elf.h are checkedChong Lu2014-04-212-0/+40
| | | | | | | | | | Previously, it still was checked when there was no elf library in sysroots directory. Add knob to decide whether elf.h are checked or not. Fixed by using PACKAGECONFIG to check elf, with default disabled set. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: don't check acl header if acl support disabledChong Lu2014-04-212-1/+30
| | | | | | | | | | | | | | | | | | | | Vim/vim-tiny always check 'sys/acl.h' existence even acl support has been disabled from configure line. This works in mostly time but except for acl works in an odd mode - while acl was mirrored from sstate_cache, it will install 'sys/acl.h' to sysroot dir and and then clean the header file with sysroot_cleansstate(). If build vim/vim-tiny and acl in parallel, below errors will occur: * os_unix.c:2668:23: fatal error: sys/acl.h: No such file or directory This change only workaround the failure and get build running, we still need to fix it from acl side. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: add dependency and selinux and acl support controlChong Lu2014-04-211-1/+19
| | | | | | | | | 1. Add explicit selinux and acl support control. 2. Vim depends on gettext-native, add to the dependency list. 3. Split binary file into vim package and put others in vim-common. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Upgrade to v7.4.258Paul Barker2014-04-202-20/+2
| | | | | | | | The patch against configure.in was resubmitted to the vim mailing list and was merged into the upstream sources so is no longer needed. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Upgrade to version 7.4.155Paul Barker2014-01-221-1/+1
| | | | | Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: Disable parallel install, it has racesKhem Raj2013-11-181-1/+3
| | | | | | | | | | | | | | | | We end up with install errors when using high parallel factor like -j20 errors like | mkdir: cannot create directory `/``build/tmp-eglibc/work/ppce500v2-poky-linux-gnuspe/vim/7.4.27-r0/image/usr/share/vim/vim74': File exists | mkdir: cannot create directory `/build/tmp-eglibc/work/ppce500v2-poky-linux-gnuspe/vim/7.4.27-r0/image/usr/share/vim/vim74': File exists Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: upgrade to v7.4.27 and refactorPaul Barker2013-09-192-18/+8
| | | | | | | | | | | | | | | | | | 'vim.inc' is merged into the new recipe 'vim_7.4.27.bb', the recipe is slightly reorganised and a minor omission in the comments is corrected. DESCRIPTION is replaced with SUMMARY. PR and INC_PR values are dropped. The variable PV_MAJOR is also dropped as it isn't used. LIC_FILES_CHECKSUM is updated as an address and version number given in the license have been modified. The main license text itself is unchanged. The setting of PARALLEL_MAKE to force single-threaded compilation is removed as there is no justification in the git history for this being needed and the compilation completes fine without it. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: workaround nawk dependency problem with RPMPeter Bigot2013-09-101-1/+2
| | | | | | | | One of the examples has a #!/usr/bin/nawk which tells RPM to add that as a dep, which we don't want. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: upgrade to v7.3.1314Paul Barker2013-08-031-1/+1
| | | | | | | This is the last patch in the vim 7.3 series, the next release will be vim 7.4. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: add PACKAGECONFIG for aclMartin Jansa2013-07-201-0/+1
| | | | | | * it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: update to 7.3.905Paul Barker2013-04-224-5461/+10
| | | | | | | | | | | | | | | | | Replace version 7.2.446 with the latest version currently available, 7.3.905. The old fetch method was inefficient as version 7.2 was downloaded and patches applied to get to version 7.2.446. Attempting this method with git 7.3 did not work as not all 905 patches applied cleanly. Instead we fetch version 7.3.905 directly from the upstream mercurial repository. This causes an implicit dependency on mercurial-native for the build which is reasonable considering that not many images include vim by default. The previously used patch configure.in_remove_CC_quotes.patch is still required as these changes haven't been made upstream; this patch still applies cleanly. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: use correct license filePaul Barker2013-04-221-1/+1
| | | | | | | | The vim license conditions are in the file runtime/doc/uganda.txt within the sources, not src/README.txt. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: use example vimrc from vim runtime filesPaul Barker2013-04-222-99/+4
| | | | | | | | | | | | Rather than keeping our own local vimrc file we can use vimrc_example.vim from the runtime files distributed with vim. This keeps us up-to-date with changes to the config when we move to a new vim version. Also tidy comments around do_install_append so that it is clearer what is happening. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: prevent binaries from being stripped too earlyPaul Barker2013-04-191-0/+1
| | | | | | | | | | By default, vim binaries are stripped during the build. This prevents us from putting non-stripped binaries into a -dbg package. Passing 'STRIP=/bin/true' to configure is the method recommended in the vim Makefile to disable stripping of binaries during the build. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>