[oe-commits] Andrea Adami : gpe-calculator: 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:04 UTC 2009


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

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

gpe-calculator: 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>

---

 .../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