diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-06 10:44:59 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-06 10:44:59 +0000 |
commit | b0971ea26bbd54ff78150ed99d0af94af6dc3e42 (patch) | |
tree | 54f2c9e864347dd0b5832f91a7ceb704c7d84525 | |
parent | d969797c1ddc52cfe4c516fed45939b7b2aca389 (diff) |
add errno.patch
BKrev: 40ea82ab-oZMr6Iy6P78B7-9nqPNkA
-rw-r--r-- | gpe-bootsplash/gpe-bootsplash-1.11/errno.patch | 0 | ||||
-rw-r--r-- | gpe-bootsplash/gpe-bootsplash_1.11.oe | 19 |
2 files changed, 19 insertions, 0 deletions
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 --- /dev/null +++ b/gpe-bootsplash/gpe-bootsplash-1.11/errno.patch 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 <pb@handhelds.org>" +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 +} + |