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


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

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

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

diff --git a/recipes/gpe-go/gpe-go-0.05/fix-make.patch b/recipes/gpe-go/gpe-go-0.05/fix-make.patch
index dab1c7f..996c51e 100644
--- a/recipes/gpe-go/gpe-go-0.05/fix-make.patch
+++ b/recipes/gpe-go/gpe-go-0.05/fix-make.patch
@@ -212,7 +212,7 @@ diff -urNd ../gpe-go-0.05-r0/gpe-go-0.05/Makefile gpe-go-0.05/Makefile
  install-program: $(PACKAGE).desktop 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