[oe-commits] Andrea Adami : gpe-question: don't strip during install

GIT User account git at amethyst.openembedded.net
Fri May 1 17:22:45 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 2dbd0204e5612ee8054248a8c2961114cc71c140
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2dbd0204e5612ee8054248a8c2961114cc71c140

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri May  1 10:58:31 2009 +0200

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

---

 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