diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2013-04-16 16:02:28 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-19 02:45:28 +0200 |
commit | 7425fdd9a25b77fb5bf32cd4d0d8b83c121c1e7a (patch) | |
tree | f7539ebb89763c0e5e9819a9c2fb4cf6e2b4ec81 | |
parent | e86bab75ab74bc3fe28eb143c4dca71d7e0b0775 (diff) | |
download | meta-openembedded-7425fdd9a25b77fb5bf32cd4d0d8b83c121c1e7a.tar.gz |
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.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/vim/vim.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/vim/vim.inc b/meta-oe/recipes-support/vim/vim.inc index 29ac1a563..359e2c592 100644 --- a/meta-oe/recipes-support/vim/vim.inc +++ b/meta-oe/recipes-support/vim/vim.inc | |||
@@ -54,6 +54,7 @@ EXTRA_OECONF = " \ | |||
54 | vim_cv_tgent=non-zero \ | 54 | vim_cv_tgent=non-zero \ |
55 | vim_cv_toupper_broken=no \ | 55 | vim_cv_toupper_broken=no \ |
56 | vim_cv_tty_group=world \ | 56 | vim_cv_tty_group=world \ |
57 | STRIP=/bin/true \ | ||
57 | " | 58 | " |
58 | 59 | ||
59 | # Work around rpm picking up csh as a dep | 60 | # Work around rpm picking up csh as a dep |