diff options
author | Matthias Hentges <oe@hentges.net> | 2006-02-12 19:01:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-12 19:01:04 +0000 |
commit | 8f7d24559543565f314077459f5031c0d34d9220 (patch) | |
tree | 57bd3c4f079d83809d25ee5643947a19a9e77a44 /packages/gpe-bootsplash/gpe-bootsplash_1.15.bb | |
parent | d610bd848e19c84e3de9a38414a0cc9815903a3c (diff) |
gpe-bootsplash:
- Display a message informing the user that he can chvt 1 to see the boot-messages
- Do a chvt 1 if gpe-bootsplash errors out
Diffstat (limited to 'packages/gpe-bootsplash/gpe-bootsplash_1.15.bb')
-rw-r--r-- | packages/gpe-bootsplash/gpe-bootsplash_1.15.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb index 1e25bfd1ab..fd17846103 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb +++ b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb @@ -5,9 +5,11 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -PR = "r1" +PR = "r2" -SRC_URI += "file://splash-p.svg file://splash-l.svg" +SRC_URI += "file://splash-p.svg \ + file://splash-l.svg \ + file://tty2-message.patch;patch=1" FILES_${PN} += "${datadir}/gpe" |