kexecboot: bump to SRCREV 18e5620adf2f2bdf319a363586e923e3bb031848 v.0.5.8
authorAndrea Adami <andrea.adami@gmail.com>
Sat, 5 Mar 2011 10:30:35 +0000 (11:30 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Sat, 5 Mar 2011 10:30:35 +0000 (11:30 +0100)
* fixes some hidden bugs

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/kexecboot/kexecboot-klibc_git.bb
recipes/kexecboot/kexecboot_git.bb

index 0d2b86b..408a6c6 100644 (file)
@@ -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
index 5f285a5..117eebc 100644 (file)
@@ -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