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


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

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

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

diff --git a/recipes/gpe-lights/gpe-lights-0.12/fix-makefiles.patch b/recipes/gpe-lights/gpe-lights-0.12/fix-makefiles.patch
index d2fdd54..4ec5b3a 100644
--- a/recipes/gpe-lights/gpe-lights-0.12/fix-makefiles.patch
+++ b/recipes/gpe-lights/gpe-lights-0.12/fix-makefiles.patch
@@ -278,7 +278,7 @@ diff -urNd ../gpe-lights-0.12-r0/gpe-lights-0.12/Makefile gpe-lights-0.12/Makefi
  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 -d $(DESTDIR)$(PREFIX)/share/applications
  	install -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/
diff --git a/recipes/gpe-lights/gpe-lights-0.13/fix-makefiles.patch b/recipes/gpe-lights/gpe-lights-0.13/fix-makefiles.patch
index bb0ec19..3c4581e 100644
--- a/recipes/gpe-lights/gpe-lights-0.13/fix-makefiles.patch
+++ b/recipes/gpe-lights/gpe-lights-0.13/fix-makefiles.patch
@@ -278,7 +278,7 @@ diff -urNd ../gpe-lights-0.12-r0/gpe-lights-0.12/Makefile gpe-lights-0.12/Makefi
  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 -d $(DESTDIR)$(PREFIX)/share/applications
  	install -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/





More information about the Openembedded-commits mailing list