[oe-commits] Andrea Adami : gpe-soundbite: don't strip during install

GIT User account git at amethyst.openembedded.net
Fri May 1 17:22:46 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 3b908e8548148532ff3bf3eda1ba60b1c363f941
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b908e8548148532ff3bf3eda1ba60b1c363f941

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri May  1 11:11:17 2009 +0200

gpe-soundbite: don't strip during install
  - this breaks now with new install
  - strip is done in packaging

---

 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