aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-03-28 00:08:29 +0200
committerAndrea Adami <andrea.adami@gmail.com>2011-03-28 00:08:29 +0200
commit3fb8a9a1f3e3a6ce2c31c9063b57767fb53f8f0c (patch)
treef159fdfd90574782a15a765d76462b519cfff02d /recipes/kexecboot
parente0b9730eeb42cab4a16983777d1a7fc3986f4933 (diff)
downloadopenembedded-3fb8a9a1f3e3a6ce2c31c9063b57767fb53f8f0c.tar.gz
kexecboot: bump to d391c05fe7b9379f62a34e7dd5deb851de2b0a0b.
* some fixes for qvga resolution (shorter strings) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/kexecboot-klibc_git.bb4
-rw-r--r--recipes/kexecboot/kexecboot_git.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb
index 281b7dac64..193d4918ad 100644
--- a/recipes/kexecboot/kexecboot-klibc_git.bb
+++ b/recipes/kexecboot/kexecboot-klibc_git.bb
@@ -1,9 +1,9 @@
RDEPENDS_${PN} = "kexec-klibc"
PV = "0.5.9"
-PR = "r0+gitr${SRCREV}"
+PR = "r1+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "3f261f1f731683203f83c5bea36e3d7547f93ab6"
+SRCREV = "d391c05fe7b9379f62a34e7dd5deb851de2b0a0b"
S = "${WORKDIR}/git"
# the binary is statically linked against klibc
diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb
index 9801843082..7b38f788e0 100644
--- a/recipes/kexecboot/kexecboot_git.bb
+++ b/recipes/kexecboot/kexecboot_git.bb
@@ -1,9 +1,9 @@
RDEPENDS_${PN} = "kexec"
PV = "0.5.9"
-PR = "r0+gitr${SRCREV}"
+PR = "r1+gitr${SRCREV}"
SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "3f261f1f731683203f83c5bea36e3d7547f93ab6"
+SRCREV = "d391c05fe7b9379f62a34e7dd5deb851de2b0a0b"
S = "${WORKDIR}/git"
require kexecboot.inc