[oe-commits] Andrea Adami : gpe-question: don' t strip during install - this breaks now with new install - strip is done in packaging

GIT User account git at amethyst.openembedded.net
Wed May 13 15:05:00 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: ea9ca72057a7278aa76f680e59543acd4bd53282
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ea9ca72057a7278aa76f680e59543acd4bd53282

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue May 12 23:38:41 2009 +0000

gpe-question: don't strip during install - this breaks now with new install - strip is done in packaging

Signed-off-by: Koen Kooi <koen at openembedded.org>
Acked-by: Philip Balister <philip at balister.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)





More information about the Openembedded-commits mailing list