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


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

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

gpe-othello: 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-othello-0.2-1/fix-makefiles.patch          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gpe-othello/gpe-othello-0.2-1/fix-makefiles.patch b/recipes/gpe-othello/gpe-othello-0.2-1/fix-makefiles.patch
index 1c43724..def1915 100644
--- a/recipes/gpe-othello/gpe-othello-0.2-1/fix-makefiles.patch
+++ b/recipes/gpe-othello/gpe-othello-0.2-1/fix-makefiles.patch
@@ -278,7 +278,7 @@ diff -urNd ../gpe-othello-0.2-1-r0/gpe-othello-0.2-1/Makefile gpe-othello-0.2-1/
  install-program: all 
 -	install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
 -	strip $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
-+	install -s -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++	install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
  	install -d $(DESTDIR)$(PREFIX)/share/pixmaps
  	install -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/
  	install -d $(DESTDIR)$(PREFIX)/share/applications





More information about the Openembedded-commits mailing list