[oe-commits] Paul Barker : vim: prevent binaries from being stripped too early

git at git.openembedded.org git at git.openembedded.org
Fri Apr 19 00:43:05 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 7425fdd9a25b77fb5bf32cd4d0d8b83c121c1e7a
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7425fdd9a25b77fb5bf32cd4d0d8b83c121c1e7a

Author: Paul Barker <paul at paulbarker.me.uk>
Date:   Tue Apr 16 16:02:28 2013 +0000

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 at paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 29ac1a5..359e2c5 100644
--- a/meta-oe/recipes-support/vim/vim.inc
+++ b/meta-oe/recipes-support/vim/vim.inc
@@ -54,6 +54,7 @@ EXTRA_OECONF = " \
     vim_cv_tgent=non-zero \
     vim_cv_toupper_broken=no \
     vim_cv_tty_group=world \
+    STRIP=/bin/true \
 "
 
 # Work around rpm picking up csh as a dep





More information about the Openembedded-commits mailing list