From 7f503f2d2d9391425a39c79835efdddec1d61f7e Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 28 Apr 2011 18:53:34 +0200 Subject: kexecboot: move to bb849a9bc6aaa397336fcd83c67a194036f7f19b * add new configure options for custom width and height Signed-off-by: Andrea Adami --- recipes/kexecboot/kexecboot_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb index 9032c62387..2f2bf13b84 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 = "r2+gitr${SRCREV}" +PR = "r3+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "51940a6ce14e8cfc8d1068858075ee19bacd8493" +SRCREV = "bb849a9bc6aaa397336fcd83c67a194036f7f19b" S = "${WORKDIR}/git" require kexecboot.inc -- cgit 1.2.3-korg