From: Andrea Adami Date: Thu, 3 Mar 2011 22:56:48 +0000 (+0100) Subject: kexecboot: bump to SRCREV 1464e897e416f7458e93fb30148e87e60509a667 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f54d43fc6da86ec51ec220ddb4c3796ea041b219;p=openembedded.git kexecboot: bump to SRCREV 1464e897e416f7458e93fb30148e87e60509a667 * adds new icons and fonts, logs, text-ui, multiple kernels per partition * bump PR Signed-off-by: Andrea Adami --- diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb index 34a96a71f0..0d2b86bd1e 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" -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 diff --git a/recipes/kexecboot/kexecboot_git.bb b/recipes/kexecboot/kexecboot_git.bb index e62bf85f60..5f285a50cb 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -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