vim: prevent binaries from being stripped too early
authorPaul Barker <paul@paulbarker.me.uk>
Tue, 16 Apr 2013 16:02:28 +0000 (16:02 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:29:32 +0000 (08:29 -0800)
commit37e4008b9e76f40ea603644a105945c7b67c6b11
treea17fb766c6875ede6e690f1088558f1ef55bbbea
parent29708c46ccd4179913fe0770d38d6829882067fa
vim: prevent binaries from being stripped too early

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.

(From meta-openembedded rev: 7425fdd9a25b77fb5bf32cd4d0d8b83c121c1e7a)

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-support/vim/vim.inc