[oe] [STABLE][PATCH 02/37] gpe-question: don't strip during install - this breaks now with new install - strip is done in packaging

koen.kooi at gmail.com koen.kooi at gmail.com
Wed May 13 09:38:41 UTC 2009


From: Andrea Adami <andrea.adami at gmail.com>

Signed-off-by: Koen Kooi <koen at openembedded.org>
---
 recipes/gpe-question/files/makefile-fix.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gpe-question/files/makefile-fix.patch b/recipes/gpe-question/files/makefile-fix.patch
index a8d1ead..f501e12 100644
--- a/recipes/gpe-question/files/makefile-fix.patch
+++ b/recipes/gpe-question/files/makefile-fix.patch
@@ -5,7 +5,7 @@
  
  install-program: all
 -	install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
-+	install -D -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++	install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
  
  clean:
  	rm -f $(PACKAGE).o $(PACKAGE) $(DEPS)
-- 
1.6.1





More information about the Openembedded-devel mailing list