From: Phil Blundell Date: Tue, 6 Jul 2004 10:44:59 +0000 (+0000) Subject: add errno.patch X-Git-Tag: Release-2010-05/1~18290 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0971ea26bbd54ff78150ed99d0af94af6dc3e42;p=openembedded.git add errno.patch BKrev: 40ea82ab-oZMr6Iy6P78B7-9nqPNkA --- 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 +} +