kexecboot: bump to d391c05fe7b9379f62a34e7dd5deb851de2b0a0b.
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 27 Mar 2011 22:08:29 +0000 (00:08 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Sun, 27 Mar 2011 22:08:29 +0000 (00:08 +0200)
* some fixes for qvga resolution (shorter strings)
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/kexecboot/kexecboot-klibc_git.bb
recipes/kexecboot/kexecboot_git.bb

index 281b7da..193d491 100644 (file)
@@ -1,9 +1,9 @@
 RDEPENDS_${PN} = "kexec-klibc"
 PV = "0.5.9"
-PR = "r0+gitr${SRCREV}"
+PR = "r1+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "3f261f1f731683203f83c5bea36e3d7547f93ab6"
+SRCREV = "d391c05fe7b9379f62a34e7dd5deb851de2b0a0b"
 S = "${WORKDIR}/git"
 
 # the binary is statically linked against klibc
index 9801843..7b38f78 100644 (file)
@@ -1,9 +1,9 @@
 RDEPENDS_${PN} = "kexec"
 PV = "0.5.9"
-PR = "r0+gitr${SRCREV}"
+PR = "r1+gitr${SRCREV}"
 
 SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
-SRCREV = "3f261f1f731683203f83c5bea36e3d7547f93ab6"
+SRCREV = "d391c05fe7b9379f62a34e7dd5deb851de2b0a0b"
 S = "${WORKDIR}/git"
 
 require kexecboot.inc