From c4b289e1f037f45d5a6be587903724b52e0b94fd Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Fri, 11 Oct 2013 00:05:12 +0200 Subject: [PATCH] kexecboot: update to v0.6 and restylize (From meta-openembedded rev: 9b3e6816855ac126d7d5edc92d83f6efe9889b47) Signed-off-by: Andrea Adami Signed-off-by: Patrick Ohly --- .../recipes-bsp/kexecboot/{kexecboot_git.bb => kexecboot_0.6.bb} | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) rename meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/{kexecboot_git.bb => kexecboot_0.6.bb} (92%) diff --git a/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb similarity index 92% rename from meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb rename to meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb index 7347ea5..7b8d088 100644 --- a/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb @@ -36,12 +36,10 @@ DESCRIPTION = "kexecboot is a graphical linux-as-bootloader implementation based HOMEPAGE = "http://kexecboot.org" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1" -PV = "0.5.9.1" -SRC_URI = "git://github.com/kexecboot/kexecboot.git" - -S = "${WORKDIR}/git" +SRC_URI = "https://github.com/kexecboot/kexecboot/archive/v${PV}.tar.gz" +SRC_URI[md5sum] = "46b7c1a6f20531be56445ebb8669a2b8" +SRC_URI[sha256sum] = "6b360b8aa59bc5d68a96705349a0dd416f8ed704e931fa0ac7849298258f0f15" inherit autotools -- 2.7.4