[oe-commits] Andrea Adami : gpe-soundbite: 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: 6a35c98da5f4f47577f6645157711851ddd0e12f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6a35c98da5f4f47577f6645157711851ddd0e12f

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

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

diff --git a/recipes/gpe-soundbite/files/makefile-fix.patch b/recipes/gpe-soundbite/files/makefile-fix.patch
index c2f14d1..69a82b3 100644
--- a/recipes/gpe-soundbite/files/makefile-fix.patch
+++ b/recipes/gpe-soundbite/files/makefile-fix.patch
@@ -5,7 +5,7 @@
  
  install-program: all $(PACKAGE)-play.desktop  $(PACKAGE)-record.desktop
 -	install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
-+	install -D -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++	install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
  	install -D $(PACKAGE)-play $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)-play
  	install -D $(PACKAGE)-record $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)-record
  	mkdir -p $(DESTDIR)$(PREFIX)/share/applications





More information about the Openembedded-commits mailing list