[oe-commits] Andrea Adami : gpe-bootsplash_1.15: actually add the no-strip patch...

git version control git at git.openembedded.org
Tue Dec 1 23:31:06 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a7430b17d09a8ae2afec674df0572c2a1ccead7a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a7430b17d09a8ae2afec674df0572c2a1ccead7a

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Wed Dec  2 00:30:17 2009 +0100

gpe-bootsplash_1.15: actually add the no-strip patch...

---

 .../gpe-bootsplash/files/no-strip-on-install.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/recipes/gpe-bootsplash/files/no-strip-on-install.patch b/recipes/gpe-bootsplash/files/no-strip-on-install.patch
new file mode 100644
index 0000000..8ad5c59
--- /dev/null
+++ b/recipes/gpe-bootsplash/files/no-strip-on-install.patch
@@ -0,0 +1,11 @@
+--- gpe-bootsplash-1.15/Makefile.old	2005-11-04 23:46:57.000000000 +0100
++++ gpe-bootsplash-1.15/Makefile	2009-12-01 23:39:18.000000000 +0100
+@@ -19,7 +19,7 @@
+ 	mkdir -p $(DESTDIR)/etc/init.d
+ 	cp gpe-bootsplash.init $(DESTDIR)/etc/init.d/gpe-bootsplash
+ 	#install -m 644 $(SPLASH) $(DESTDIR)/usr/share/gpe/splash.png
+-	install -s gpe-bootsplash $(DESTDIR)/usr/bin/
++	install gpe-bootsplash $(DESTDIR)/usr/bin/
+ 	ln -sf ../init.d/gpe-bootsplash $(DESTDIR)/etc/rcS.d/S00bootsplash
+ 
+ clean:





More information about the Openembedded-commits mailing list