diff options
author | Jonathan McDowell <noodles@earth.li> | 2005-11-02 14:13:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-02 14:13:34 +0000 |
commit | 8c7952936c8c38ca2ca6d25fa0a521b9df934479 (patch) | |
tree | c46f876a1ba4669cdbed0d5123c97bd4ea9f5e8e /packages/gpe-bootsplash/gpe-bootsplash_1.14.bb | |
parent | b0776fee2075bd881a830431e92b3f5e1f7e6359 (diff) |
gpe-bootsplash: Correct rotation for Cxx0 Zaurus models and bump revision
of 1.14
Diffstat (limited to 'packages/gpe-bootsplash/gpe-bootsplash_1.14.bb')
-rw-r--r-- | packages/gpe-bootsplash/gpe-bootsplash_1.14.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb index 8a8c1e2b8d..7d67d5eb59 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb +++ b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb @@ -5,10 +5,11 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -PR = "r5" +PR = "r6" SRC_URI += "file://splash-p.svg file://splash-l.svg \ file://c7x0-rotation.patch;patch=1 \ + file://cxx0-rotation.patch;patch=1 \ file://cairofix.patch;patch=1" SRC_URI_append_mnci = " file://mnci.patch;patch=1" |