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

GIT User account git at amethyst.openembedded.net
Wed May 13 15:05:00 UTC 2009


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

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

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

Signed-off-by: Koen Kooi <koen at openembedded.org>
Acked-by: Philip Balister <philip at balister.org>

---

 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