diff options
Diffstat (limited to 'packages/gpe-bootsplash/gpe-bootsplash_1.15.bb')
-rw-r--r-- | packages/gpe-bootsplash/gpe-bootsplash_1.15.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb index 761a0500c7..61dea1d847 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb +++ b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb @@ -5,12 +5,11 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -PR = "r4" +PR = "r5" SRC_URI += "file://splash-p.svg \ file://splash-l.svg \ - file://tty2-message.patch;patch=1 \ - file://speed.patch;patch=1" + file://init.patch;patch=1" FILES_${PN} += "${datadir}/gpe" |