From fbbe2f7dbb538590140852ff0c9cfa4405c67e16 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 1 Jun 2011 23:48:53 +0200 Subject: kexecboot: move to git rev 698cf7185e013e873aa7df9388a31d857727d408 * follow upstream developement * new: Enable menu item selection by keys 0-9 * debug for 'rotated qvga' case in progress 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 2e8c2dd18c..a3725fdfba 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 = "r3+gitr${SRCREV}" +PR = "r4+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "bb849a9bc6aaa397336fcd83c67a194036f7f19b" +SRCREV = "698cf7185e013e873aa7df9388a31d857727d408" 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 2f2bf13b84..dba92c752e 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 = "r3+gitr${SRCREV}" +PR = "r4+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "bb849a9bc6aaa397336fcd83c67a194036f7f19b" +SRCREV = "698cf7185e013e873aa7df9388a31d857727d408" S = "${WORKDIR}/git" require kexecboot.inc -- cgit 1.2.3-korg