[oe] [meta-oe][PATCH 2/2] vim: prevent binaries from being stripped too early

Paul Barker paul at paulbarker.me.uk
Tue Apr 16 16:02:28 UTC 2013


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>
---
 meta-oe/recipes-support/vim/vim.inc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/vim/vim.inc b/meta-oe/recipes-support/vim/vim.inc
index 1ae5e5c..100db86 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
-- 
1.7.10.4





More information about the Openembedded-devel mailing list