From b0971ea26bbd54ff78150ed99d0af94af6dc3e42 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 6 Jul 2004 10:44:59 +0000 Subject: [PATCH] add errno.patch BKrev: 40ea82ab-oZMr6Iy6P78B7-9nqPNkA --- .../gpe-bootsplash-1.11/errno.patch | 0 gpe-bootsplash/gpe-bootsplash_1.11.oe | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 gpe-bootsplash/gpe-bootsplash-1.11/errno.patch diff --git a/gpe-bootsplash/gpe-bootsplash-1.11/errno.patch b/gpe-bootsplash/gpe-bootsplash-1.11/errno.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/gpe-bootsplash/gpe-bootsplash_1.11.oe b/gpe-bootsplash/gpe-bootsplash_1.11.oe index e69de29bb2..c9b413f7ff 100644 --- a/gpe-bootsplash/gpe-bootsplash_1.11.oe +++ b/gpe-bootsplash/gpe-bootsplash_1.11.oe @@ -0,0 +1,19 @@ +inherit gpe + +DEPENDS = "gtk+ librsvg" +MAINTAINER = "Phil Blundell " +SECTION = "gpe" +PRIORITY = "optional" + +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ + file://errno.patch;patch=1;pnum=0 \ + 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 +} + -- 2.39.5