diff options
Diffstat (limited to 'recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb')
-rw-r--r-- | recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb b/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb index 6f54eadad0..54a35a4b6a 100644 --- a/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb +++ b/recipes/gpe-bootsplash/gpe-bootsplash_1.13.bb @@ -4,9 +4,11 @@ DEPENDS = "gtk+ librsvg" SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -PR = "r2" +PR = "r3" -SRC_URI += "file://splash-p.svg file://splash-l.svg" +SRC_URI += "file://splash-p.svg \ + file://splash-l.svg \ + file://no-strip-on-install.patch;patch=1" FILES_${PN} += "${datadir}/gpe" |