From: Andrea Adami Date: Sat, 5 Mar 2011 10:30:35 +0000 (+0100) Subject: kexecboot: bump to SRCREV 18e5620adf2f2bdf319a363586e923e3bb031848 v.0.5.8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a39c5a9a32b03c4e079679d27ef38aca0b126619;p=openembedded.git kexecboot: bump to SRCREV 18e5620adf2f2bdf319a363586e923e3bb031848 v.0.5.8 * fixes some hidden bugs Signed-off-by: Andrea Adami --- diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb index 0d2b86bd1e..408a6c681a 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" -PR = "r26+gitr${SRCREV}" +PV = "0.5.8" +PR = "r0+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "1464e897e416f7458e93fb30148e87e60509a667" +SRCREV = "18e5620adf2f2bdf319a363586e923e3bb031848" 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 5f285a50cb..117eebc062 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,9 +1,9 @@ RDEPENDS_${PN} = "kexec" -PV = "0.5" -PR = "r26+gitr${SRCREV}" +PV = "0.5.8" +PR = "r0+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " -SRCREV = "1464e897e416f7458e93fb30148e87e60509a667" +SRCREV = "18e5620adf2f2bdf319a363586e923e3bb031848" S = "${WORKDIR}/git" require kexecboot.inc