From: Andrea Adami Date: Sun, 21 Nov 2010 00:30:27 +0000 (+0100) Subject: kexecboot: move to SRCREV d590e063112bb75e6995a0d09afcfac13c931f9f X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68470fd0c11e247712c1e73e89ff519c682e6502;p=openembedded.git kexecboot: move to SRCREV d590e063112bb75e6995a0d09afcfac13c931f9f * get upstream fixes fb rotation * bump PR Signed-off-by: Andrea Adami --- diff --git a/recipes/kexecboot/kexecboot-klibc_git.bb b/recipes/kexecboot/kexecboot-klibc_git.bb index 0478b2cad2..4bbae1dda9 100644 --- a/recipes/kexecboot/kexecboot-klibc_git.bb +++ b/recipes/kexecboot/kexecboot-klibc_git.bb @@ -1,13 +1,9 @@ RDEPENDS_${PN} = "kexec-klibc" PV = "0.5" -PR = "r20+gitr${SRCREV}" +PR = "r21+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " - -SRCREV = "3e2ea676a39f22160a4a0e55a78b77867bf58dbb" -# temporary fix for machines with unrotated fb -SRCREV_c7x0 = "c192d8d456f931160539220bf96f74b44fea87d1" -SRCREV_tosa = "c192d8d456f931160539220bf96f74b44fea87d1" +SRCREV = "d590e063112bb75e6995a0d09afcfac13c931f9f" 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 ab0510537a..ca1fc3a4aa 100644 --- a/recipes/kexecboot/kexecboot_git.bb +++ b/recipes/kexecboot/kexecboot_git.bb @@ -1,13 +1,9 @@ RDEPENDS_${PN} = "kexec" PV = "0.5" -PR = "r20+gitr${SRCREV}" +PR = "r21+gitr${SRCREV}" SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git " - -SRCREV = "3e2ea676a39f22160a4a0e55a78b77867bf58dbb" -# temporary fix for machines with unrotated fb -SRCREV_c7x0 = "c192d8d456f931160539220bf96f74b44fea87d1" -SRCREV_tosa = "c192d8d456f931160539220bf96f74b44fea87d1" +SRCREV = "d590e063112bb75e6995a0d09afcfac13c931f9f" S = "${WORKDIR}/git" require kexecboot.inc