From 7425fdd9a25b77fb5bf32cd4d0d8b83c121c1e7a Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Tue, 16 Apr 2013 16:02:28 +0000 Subject: 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 Signed-off-by: Martin Jansa --- 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 29ac1a563d..359e2c592e 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 -- cgit v1.2.3-54-g00ecf