aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-01-09 20:44:27 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-01-09 21:35:30 +0100
commit967a3dde43b03e91b416672a73ffd1bec640c5b0 (patch)
tree59cbd5d7aeaaeb207ba3be114284893c51f4832f
parent22b30a19a074c76061936e2523e6227e04d1de41 (diff)
downloadopenembedded-967a3dde43b03e91b416672a73ffd1bec640c5b0.tar.gz
shr-splash-theme-logo: bump SRCREV(fixes htcdream splash screen) and PR
Without that SRCREV bump, the htcdream has a wrong boot splash screen, in fact the old splash screen was made for the palm pre which doesn't have the exact same framebuffer(while having the same resolution). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
-rw-r--r--recipes/shr/shr-splash-theme-logo_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/shr/shr-splash-theme-logo_git.bb b/recipes/shr/shr-splash-theme-logo_git.bb
index 450a4a71b6..d17992dce7 100644
--- a/recipes/shr/shr-splash-theme-logo_git.bb
+++ b/recipes/shr/shr-splash-theme-logo_git.bb
@@ -1,9 +1,9 @@
DESCRIPTION = "SHR splash screen - SHR logo theme"
SECTION = "x11/data"
LICENSE = "MIT BSD"
-SRCREV = "baad098dc8c8058a712a6d98a69b5558ccc54973"
+SRCREV = "cb1391fc4afec7158e34629ea557c6ea486cfc05"
PV = "0.1+gitr${SRCPV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
S = "${WORKDIR}/git/shr-splash/${PN}"