diff options
-rw-r--r-- | gpe-bootsplash/gpe-bootsplash_1.13.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gpe-bootsplash/gpe-bootsplash_1.13.oe b/gpe-bootsplash/gpe-bootsplash_1.13.oe index 2eb9dd0116..7d2ca24834 100644 --- a/gpe-bootsplash/gpe-bootsplash_1.13.oe +++ b/gpe-bootsplash/gpe-bootsplash_1.13.oe @@ -4,10 +4,9 @@ DEPENDS = "gtk+ librsvg" MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" -PR = "r1" +PR = "r2" -SRC_URI += "file://splash-p.svg file://splash-l.svg \ - file://landscape_fix.patch;patch=1" +SRC_URI += "file://splash-p.svg file://splash-l.svg" FILES_${PN} += "${datadir}/gpe" |