aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-01-01 17:40:07 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-01-01 17:40:07 +0000
commitc2b17008ce562db7e7e794611dbdd10764599967 (patch)
treeabb08a153f4b281734094012d6cc7da215295c58 /packages/gpe-bootsplash/gpe-bootsplash_1.14.bb
parent6e89a194460a08817abc75ea36f35c784b2715ae (diff)
downloadopenembedded-c2b17008ce562db7e7e794611dbdd10764599967.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/01 18:07:41+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/01/01 18:07:31+01:00 uni-frankfurt.de!mickeyl patch corgi kernel to use a sane default brightness instead of the 'argh-i am blind' (aka maximum) value 2005/01/01 17:01:57+00:00 nexus.co.uk!pb delete some old gaims 2005/01/01 17:01:32+00:00 nexus.co.uk!pb update gaim to 1.1.1 2005/01/01 16:47:16+00:00 nexus.co.uk!pb update gtk+ to 2.6.0 2005/01/01 16:46:13+00:00 nexus.co.uk!pb This is GPE 2.6 BKrev: 41d6e077BB_YeBgy28Ap40pKWVbkVg
Diffstat (limited to 'packages/gpe-bootsplash/gpe-bootsplash_1.14.bb')
-rw-r--r--packages/gpe-bootsplash/gpe-bootsplash_1.14.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb
index e69de29bb2..ab096f4426 100644
--- a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb
+++ b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb
@@ -0,0 +1,19 @@
+inherit gpe
+
+DEPENDS = "gtk+ libsvg-cairo"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+SECTION = "gpe"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PR = "r1"
+
+SRC_URI += "file://splash-p.svg file://splash-l.svg"
+
+FILES_${PN} += "${datadir}/gpe"
+
+do_install_append() {
+ install -m 0644 ${WORKDIR}/splash-p.svg ${D}${datadir}/gpe/splash-p.svg
+ install -m 0644 ${WORKDIR}/splash-l.svg ${D}${datadir}/gpe/splash-l.svg
+ mv ${D}/etc/rcS.d/S00bootsplash ${D}/etc/rcS.d/S02bootsplash
+}
+