[oe-commits] Klaus Kurzmann : shr-splash-theme.inc: install the compressed version of splash fb files

git version control git at git.openembedded.org
Thu Jun 18 20:22:15 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: be43368893b128e2145b442aac6480df178407a8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=be43368893b128e2145b442aac6480df178407a8

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Thu Jun 18 22:22:05 2009 +0200

shr-splash-theme.inc: install the compressed version of splash fb files
and bump the PR for the splash-themes using it

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 .../shr/shr-splash-theme-dociswatchingyou_git.bb   |    2 +-
 recipes/shr/shr-splash-theme-dontpanic_git.bb      |    2 +-
 recipes/shr/shr-splash-theme-handy_git.bb          |    2 +-
 recipes/shr/shr-splash-theme-simple_git.bb         |    2 +-
 recipes/shr/shr-splash-theme.inc                   |    4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes/shr/shr-splash-theme-dociswatchingyou_git.bb b/recipes/shr/shr-splash-theme-dociswatchingyou_git.bb
index 8c649c5..140dd31 100644
--- a/recipes/shr/shr-splash-theme-dociswatchingyou_git.bb
+++ b/recipes/shr/shr-splash-theme-dociswatchingyou_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "SHR splash screen - Doc is watching you theme"
 SECTION = "x11/data"
 LICENSE = "MIT BSD"
 PV = "1.2-gitr${SRCPV}"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
 S = "${WORKDIR}/git/shr-splash/${PN}"
diff --git a/recipes/shr/shr-splash-theme-dontpanic_git.bb b/recipes/shr/shr-splash-theme-dontpanic_git.bb
index da47fb1..8276011 100644
--- a/recipes/shr/shr-splash-theme-dontpanic_git.bb
+++ b/recipes/shr/shr-splash-theme-dontpanic_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "SHR splash screen - DON'T PANIC theme"
 SECTION = "x11/data"
 LICENSE = "MIT BSD"
 PV = "1.2-gitr${SRCPV}"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
 S = "${WORKDIR}/git/shr-splash/${PN}"
diff --git a/recipes/shr/shr-splash-theme-handy_git.bb b/recipes/shr/shr-splash-theme-handy_git.bb
index b9ac5e0..b39cf84 100644
--- a/recipes/shr/shr-splash-theme-handy_git.bb
+++ b/recipes/shr/shr-splash-theme-handy_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "SHR splash screen - handy theme"
 SECTION = "x11/data"
 LICENSE = "MIT BSD"
 PV = "1.2-gitr${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
 S = "${WORKDIR}/git/shr-splash/${PN}"
diff --git a/recipes/shr/shr-splash-theme-simple_git.bb b/recipes/shr/shr-splash-theme-simple_git.bb
index eb76ac6..332ce15 100644
--- a/recipes/shr/shr-splash-theme-simple_git.bb
+++ b/recipes/shr/shr-splash-theme-simple_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "SHR splash screen - simple SHR theme"
 SECTION = "x11/data"
 LICENSE = "MIT BSD"
 PV = "1.2-gitr${SRCPV}"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
 S = "${WORKDIR}/git/shr-splash/${PN}"
diff --git a/recipes/shr/shr-splash-theme.inc b/recipes/shr/shr-splash-theme.inc
index fd607e5..f09e44c 100644
--- a/recipes/shr/shr-splash-theme.inc
+++ b/recipes/shr/shr-splash-theme.inc
@@ -14,8 +14,8 @@ do_install() {
     install -d ${D}${datadir}/shr-splash/themes/${PN}
 
     install -m 0644 ${S}/xsplash-vga.ppm ${D}${datadir}/shr-splash/themes/${PN}/xsplash-vga.ppm
-    install -m 0644 ${S}/boot.fb ${D}${datadir}/shr-splash/themes/${PN}/boot.fb
-    install -m 0644 ${S}/shutdown.fb ${D}${datadir}/shr-splash/themes/${PN}/shutdown.fb
+    install -m 0644 ${S}/boot.fbz ${D}${datadir}/shr-splash/themes/${PN}/boot.fbz
+    install -m 0644 ${S}/shutdown.fbz ${D}${datadir}/shr-splash/themes/${PN}/shutdown.fbz
     install -m 0644 ${S}/name ${D}${datadir}/shr-splash/themes/${PN}/name
     install -m 0644 ${S}/author ${D}${datadir}/shr-splash/themes/${PN}/author
     install -m 0644 ${S}/preview.png ${D}${datadir}/shr-splash/themes/${PN}/preview.png





More information about the Openembedded-commits mailing list