gpe-bootsplash_1.15: prevent the make install from stripping the binary.
authorAndrea Adami <andrea.adami@gmail.com>
Tue, 1 Dec 2009 22:46:36 +0000 (23:46 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Tue, 1 Dec 2009 22:46:36 +0000 (23:46 +0100)
recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb

index c947587..9e705fe 100644 (file)
@@ -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"