kexecboot: bump to SRCREV 1464e897e416f7458e93fb30148e87e60509a667
authorAndrea Adami <andrea.adami@gmail.com>
Thu, 3 Mar 2011 22:56:48 +0000 (23:56 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Thu, 3 Mar 2011 23:25:58 +0000 (00:25 +0100)
* adds new icons and fonts, logs, text-ui, multiple kernels per partition
* bump PR

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

index 34a96a7..0d2b86b 100644 (file)
@@ -1,9 +1,9 @@
 RDEPENDS_${PN} = "kexec-klibc"
 PV = "0.5"
-PR = "r25+gitr${SRCREV}"
+PR = "r26+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "e951750b09eb0e1ba81f1bf71d6108c8d3288f91"
+SRCREV = "1464e897e416f7458e93fb30148e87e60509a667"
 S = "${WORKDIR}/git"
 
 # the binary is statically linked against klibc
index e62bf85..5f285a5 100644 (file)
@@ -1,9 +1,9 @@
 RDEPENDS_${PN} = "kexec"
 PV = "0.5"
-PR = "r25+gitr${SRCREV}"
+PR = "r26+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "e951750b09eb0e1ba81f1bf71d6108c8d3288f91"
+SRCREV = "1464e897e416f7458e93fb30148e87e60509a667"
 S = "${WORKDIR}/git"
 
 require kexecboot.inc