diff options
author | Matthias Hentges <oe@hentges.net> | 2006-03-24 16:28:17 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-24 16:28:17 +0000 |
commit | 90fffaa45e80badf0314d82e921ad98fc5d77da6 (patch) | |
tree | af3b8a1fdff799dd62952df3df5ac24840ddc2b3 /packages/gpe-bootsplash/gpe-bootsplash_1.15.bb | |
parent | 2e51a053eff454d36e943e50610d823e0c5d320d (diff) |
gpe-bootsplash: Fix a bug where an uncompressed screendump was written to the rootfs. This causes space issues on devices with large screens and low rootfs space.
Diffstat (limited to 'packages/gpe-bootsplash/gpe-bootsplash_1.15.bb')
-rw-r--r-- | packages/gpe-bootsplash/gpe-bootsplash_1.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb index ca48c6086b..761a0500c7 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb +++ b/packages/gpe-bootsplash/gpe-bootsplash_1.15.bb @@ -5,7 +5,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -PR = "r3" +PR = "r4" SRC_URI += "file://splash-p.svg \ file://splash-l.svg \ |