From: Andrea Adami Date: Sun, 27 Mar 2011 22:08:29 +0000 (+0200) Subject: kexecboot: bump to d391c05fe7b9379f62a34e7dd5deb851de2b0a0b. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fb8a9a1f3e3a6ce2c31c9063b57767fb53f8f0c;p=openembedded.git kexecboot: bump to d391c05fe7b9379f62a34e7dd5deb851de2b0a0b. * some fixes for qvga resolution (shorter strings) Signed-off-by: Andrea Adami --- diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb index 281b7dac64..193d4918ad 100644 --- a/recipes/kexecboot/kexecboot-klibc_git.bb +++ b/recipes/kexecboot/kexecboot-klibc_git.bb @@ -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 diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb index 9801843082..7b38f788e0 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -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