kexecboot: upgrade git recipes up to version 0.5.9.
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 6 Mar 2011 00:07:04 +0000 (01:07 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Sun, 6 Mar 2011 00:07:04 +0000 (01:07 +0100)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/kexecboot/kexecboot-klibc_git.bb
recipes/kexecboot/kexecboot_git.bb

index 408a6c6..281b7da 100644 (file)
@@ -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
index 117eebc..9801843 100644 (file)
@@ -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