From 3fb8a9a1f3e3a6ce2c31c9063b57767fb53f8f0c Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Mon, 28 Mar 2011 00:08:29 +0200 Subject: [PATCH] kexecboot: bump to d391c05fe7b9379f62a34e7dd5deb851de2b0a0b. * some fixes for qvga resolution (shorter strings) Signed-off-by: Andrea Adami --- recipes/kexecboot/kexecboot-klibc_git.bb | 4 ++-- recipes/kexecboot/kexecboot_git.bb | 4 ++-- 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 -- 2.39.5