diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-13 19:49:14 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-13 19:49:14 +0000 |
commit | 3d5519e88c30876da6f211f62e226e23a98d3215 (patch) | |
tree | dd09552e379d0bacdaa372de6cb3f582ea2e8ad3 | |
parent | e37de8a5e9358ddeced25a0486edeedc0e6a1b5a (diff) |
revert previous, apparently mistaken, change to gpe-bootsplash
BKrev: 4196653afNRrAhxbC8Ank9VAh91ByA
-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" |