diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-06 14:09:15 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-06 14:09:15 +0000 |
commit | 81b472556693381a47823e5badd91339a401a09d (patch) | |
tree | 8e1058ccf374049be00885d091ac2a538375b1b9 | |
parent | c32f0087d58afbea1e74bd9f45b418033922e754 (diff) |
change to vt 2 before showing banner
BKrev: 40eab28bpgzrP-nr1lEisDs8GUjsgA
-rw-r--r-- | gpe-bootsplash/gpe-bootsplash-1.11/chvt.patch | 0 | ||||
-rw-r--r-- | gpe-bootsplash/gpe-bootsplash_1.11.oe | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gpe-bootsplash/gpe-bootsplash-1.11/chvt.patch b/gpe-bootsplash/gpe-bootsplash-1.11/chvt.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpe-bootsplash/gpe-bootsplash-1.11/chvt.patch diff --git a/gpe-bootsplash/gpe-bootsplash_1.11.oe b/gpe-bootsplash/gpe-bootsplash_1.11.oe index c9b413f7ff..33405d2cb6 100644 --- a/gpe-bootsplash/gpe-bootsplash_1.11.oe +++ b/gpe-bootsplash/gpe-bootsplash_1.11.oe @@ -4,9 +4,11 @@ DEPENDS = "gtk+ librsvg" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" +PR = "r1" SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \ file://errno.patch;patch=1;pnum=0 \ + file://chvt.patch;patch=1 \ file://splash-p.svg file://splash-l.svg" FILES_${PN} += "${datadir}/gpe" |