diff options
Diffstat (limited to 'packages/gpe-bootsplash/gpe-bootsplash_1.14.bb')
-rw-r--r-- | packages/gpe-bootsplash/gpe-bootsplash_1.14.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb b/packages/gpe-bootsplash/gpe-bootsplash_1.14.bb index 20667e6917..d302fbe501 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 = "r2" +PR = "r4" SRC_URI += "file://splash-p.svg file://splash-l.svg \ - file://c7x0-rotation.patch;patch=1" + file://c7x0-rotation.patch;patch=1 \ + file://cairofix.patch;patch=1" SRC_URI_append_mnci = " file://mnci.patch;patch=1" FILES_${PN} += "${datadir}/gpe" |