summaryrefslogtreecommitdiff
path: root/recipes/gpe-bootsplash
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-bootsplash')
-rw-r--r--recipes/gpe-bootsplash/files/no-strip-on-install.patch11
-rw-r--r--recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb6
-rw-r--r--recipes/gpe-bootsplash/gpe-bootsplash_1.14.bb6
-rw-r--r--recipes/gpe-bootsplash/gpe-bootsplash_1.15.bb6
4 files changed, 23 insertions, 6 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 0000000000..8ad5c59555
--- /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:
diff --git a/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb b/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb
index 6f54eadad0..54a35a4b6a 100644
--- a/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb
+++ b/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb
@@ -4,9 +4,11 @@ DEPENDS = "gtk+ librsvg"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
-SRC_URI += "file://splash-p.svg file://splash-l.svg"
+SRC_URI += "file://splash-p.svg \
+ file://splash-l.svg \
+ file://no-strip-on-install.patch;patch=1"
FILES_${PN} += "${datadir}/gpe"
diff --git a/recipes/gpe-bootsplash/gpe-bootsplash_1.14.bb b/recipes/gpe-bootsplash/gpe-bootsplash_1.14.bb
index 414041dbcb..9b27cdad83 100644
--- a/recipes/gpe-bootsplash/gpe-bootsplash_1.14.bb
+++ b/recipes/gpe-bootsplash/gpe-bootsplash_1.14.bb
@@ -4,12 +4,14 @@ DEPENDS = "gtk+ libsvg-cairo"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
-PR = "r6"
+PR = "r7"
SRC_URI += "file://splash-p.svg file://splash-l.svg \
file://c7x0-rotation.patch;patch=1 \
file://cxx0-rotation.patch;patch=1 \
- file://cairofix.patch;patch=1"
+ file://cairofix.patch;patch=1 \
+ file://no-strip-on-install.patch;patch=1"
+
SRC_URI_append_mnci = " file://mnci.patch;patch=1"
FILES_${PN} += "${datadir}/gpe"
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"