kexecboot: bump SRCREV and include upstream fixes.
authorAndrea Adami <andrea.adami@gmail.com>
Tue, 28 Dec 2010 23:13:33 +0000 (00:13 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Tue, 28 Dec 2010 23:29:21 +0000 (00:29 +0100)
* moved to 98c5cfb883f61c5f69c56cd44846d8db19c76067 today.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/kexecboot/kexecboot-klibc_git.bb
recipes/kexecboot/kexecboot_git.bb

index 4bbae1d..7e40ac9 100644 (file)
@@ -1,9 +1,9 @@
 RDEPENDS_${PN} = "kexec-klibc"
 PV = "0.5"
-PR = "r21+gitr${SRCREV}"
+PR = "r22+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "d590e063112bb75e6995a0d09afcfac13c931f9f"
+SRCREV = "98c5cfb883f61c5f69c56cd44846d8db19c76067"
 S = "${WORKDIR}/git"
 
 # the binary is statically linked against klibc
index ca1fc3a..aa3d843 100644 (file)
@@ -1,9 +1,9 @@
 RDEPENDS_${PN} = "kexec"
 PV = "0.5"
-PR = "r21+gitr${SRCREV}"
+PR = "r22+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "d590e063112bb75e6995a0d09afcfac13c931f9f"
+SRCREV = "98c5cfb883f61c5f69c56cd44846d8db19c76067"
 S = "${WORKDIR}/git"
 
 require kexecboot.inc