aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-bootsplash
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-12-01 23:46:36 +0100
committerAndrea Adami <andrea.adami@gmail.com>2009-12-01 23:46:36 +0100
commit373e62c216704b7247e6d949398a998faa557490 (patch)
tree711f67dca80ffbf059d6ccb796f7d55971055488 /recipes/gpe-bootsplash
parent5847018a65d40c18d7b3afbeba26148ba0e8af3e (diff)
downloadopenembedded-373e62c216704b7247e6d949398a998faa557490.tar.gz
gpe-bootsplash_1.15: prevent the make install from stripping the binary.
Diffstat (limited to 'recipes/gpe-bootsplash')
-rw-r--r--recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb6
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 c947587207..9e705fe8f8 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"