[oe-commits] Andrea Adami : gpe-bootsplash_1.15: prevent the make install from stripping the binary.

git version control git at git.openembedded.org
Wed Dec 2 18:57:22 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 373e62c216704b7247e6d949398a998faa557490
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=373e62c216704b7247e6d949398a998faa557490

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue Dec  1 23:46:36 2009 +0100

gpe-bootsplash_1.15: prevent the make install from stripping the binary.

---

 recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb b/recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb
index c947587..9e705fe 100644
--- a/recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb
+++ b/recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb
@@ -4,11 +4,13 @@ DEPENDS = "gtk+ libsvg-cairo"
 SECTION = "gpe"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "r9"
+PR = "r10"
 
 SRC_URI += "file://splash-p.svg \
 	    file://splash-l.svg \
-	    file://init.patch;patch=1"
+	    file://init.patch;patch=1 \
+	    file://no-strip-on-install.patch;patch=1"
+
 
 FILES_${PN} += "${datadir}/gpe"
 





More information about the Openembedded-commits mailing list