[oe-commits] Sebastian Krzyszkowiak : shr-splash-theme*: fix typo in installing xsplash-vga.ppm file

git version control git at git.openembedded.org
Mon Jun 8 09:02:09 UTC 2009


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

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Mon Jun  8 02:05:57 2009 +0200

shr-splash-theme*: fix typo in installing xsplash-vga.ppm file

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 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              |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/shr/shr-splash-theme-dontpanic_git.bb b/recipes/shr/shr-splash-theme-dontpanic_git.bb
index 153a5ff..da47fb1 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 = "r3"
+PR = "r4"
 
 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 5b58b2a..b9ac5e0 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 = "r0"
+PR = "r1"
 
 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 e468a85..eb76ac6 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 = "r3"
+PR = "r4"
 
 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 6a0bf4b..fd607e5 100644
--- a/recipes/shr/shr-splash-theme.inc
+++ b/recipes/shr/shr-splash-theme.inc
@@ -13,7 +13,7 @@ ALTERNATIVE_PRIORITY ?= 1
 do_install() {
     install -d ${D}${datadir}/shr-splash/themes/${PN}
 
-    install -m 0644 ${S}/xsplash-vga.ppm ${D}${datadir}/shr-splash/themes/${PM}/xsplash-vga.ppm
+    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}/name ${D}${datadir}/shr-splash/themes/${PN}/name





More information about the Openembedded-commits mailing list