From e0872fd1e24a257cb32d52cb06d0bc925ae00eb8 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 6 Mar 2011 01:07:04 +0100 Subject: kexecboot: upgrade git recipes up to version 0.5.9. 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 408a6c681a..281b7dac64 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.8" +PV = "0.5.9" PR = "r0+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "18e5620adf2f2bdf319a363586e923e3bb031848" +SRCREV = "3f261f1f731683203f83c5bea36e3d7547f93ab6" 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 117eebc062..9801843082 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,9 +1,9 @@ RDEPENDS_${PN} = "kexec" -PV = "0.5.8" +PV = "0.5.9" PR = "r0+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "18e5620adf2f2bdf319a363586e923e3bb031848" +SRCREV = "3f261f1f731683203f83c5bea36e3d7547f93ab6" S = "${WORKDIR}/git" require kexecboot.inc -- cgit 1.2.3-korg