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

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


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri May  1 11:15:16 2009 +0200

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

---

 .../gpe-calculator-0.2/fix_makefile.patch          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch b/recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch
index b8c6d1a..8b4ebf7 100644
--- a/recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch
+++ b/recipes/gpe-calculator/gpe-calculator-0.2/fix_makefile.patch
@@ -41,7 +41,7 @@ diff -urNd ../gpe-calculator-0.2-r0/gpe-calculator-0.2/Makefile gpe-calculator-0
  	install -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications
 -	strip $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
 +	mkdir -p $(DESTDIR)$(PREFIX)/bin
-+	install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++	install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
  
  clean:
  	rm -f $(PACKAGE) $(OBJS) $(DEPS)





More information about the Openembedded-commits mailing list