[oe-commits] Andrea Adami : ipaq-sleep: don't strip during install

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


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri May  1 10:35:45 2009 +0200

ipaq-sleep: don't strip during install
 - using coreutils this now breaks (strip: unable to recognise the
 format of the input file)

---

 recipes/ipaq-sleep/files/install-fix.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ipaq-sleep/files/install-fix.patch b/recipes/ipaq-sleep/files/install-fix.patch
index 59eb17b..68e57af 100644
--- a/recipes/ipaq-sleep/files/install-fix.patch
+++ b/recipes/ipaq-sleep/files/install-fix.patch
@@ -5,7 +5,7 @@
  
  install-program: all
 -	install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
-+	install -D -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++	install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
  	mkdir -p $(DESTDIR)/etc/init.d
  	install $(PACKAGE).init $(DESTDIR)/etc/init.d/$(PACKAGE)
  	install $(PACKAGE).conf $(DESTDIR)/etc/$(PACKAGE).conf





More information about the Openembedded-commits mailing list