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

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

gpe-nmf: 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-nmf/gpe-nmf-0.17/fix_makefiles.patch |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/gpe-nmf/gpe-nmf-0.17/fix_makefiles.patch b/recipes/gpe-nmf/gpe-nmf-0.17/fix_makefiles.patch
index 42b5c36..b6dc568 100644
--- a/recipes/gpe-nmf/gpe-nmf-0.17/fix_makefiles.patch
+++ b/recipes/gpe-nmf/gpe-nmf-0.17/fix_makefiles.patch
@@ -8,8 +8,8 @@ diff -urNd ../gpe-nmf-0.17-r0/gpe-nmf-0.17/backend/Makefile gpe-nmf-0.17/backend
 -install_program: all
 +install-program: all
  	mkdir -p $(DESTDIR)$(PREFIX)/lib
- 	install -s $(BACKEND) $(DESTDIR)$(PREFIX)/lib/$(BACKEND)
- 	for i in $(CODECS); do install -s $$i $(DESTDIR)$(PREFIX)/lib/gpe-nmf/decoders/$$i; done
+ 	install $(BACKEND) $(DESTDIR)$(PREFIX)/lib/$(BACKEND)
+ 	for i in $(CODECS); do install $$i $(DESTDIR)$(PREFIX)/lib/gpe-nmf/decoders/$$i; done
 diff -urNd ../gpe-nmf-0.17-r0/gpe-nmf-0.17/Makefile gpe-nmf-0.17/Makefile
 --- ../gpe-nmf-0.17-r0/gpe-nmf-0.17/Makefile	2004-08-03 03:31:46.000000000 +0100
 +++ gpe-nmf-0.17/Makefile	2004-08-03 12:37:33.000000000 +0100





More information about the Openembedded-commits mailing list