diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2013-10-11 00:05:12 +0200 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-10-11 00:30:57 +0100 |
commit | 9b3e6816855ac126d7d5edc92d83f6efe9889b47 (patch) | |
tree | 8a8b5f3448c8a92436b8a18542b40dd504d5d0c6 | |
parent | e25a3b60e4a9d6c99c03417f28a8c8d5e9e07016 (diff) | |
download | meta-openembedded-9b3e6816855ac126d7d5edc92d83f6efe9889b47.tar.gz |
kexecboot: update to v0.6 and restylize
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r-- | meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb (renamed from meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb index 7347ea598..7b8d08814 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | |||
@@ -36,12 +36,10 @@ DESCRIPTION = "kexecboot is a graphical linux-as-bootloader implementation based | |||
36 | HOMEPAGE = "http://kexecboot.org" | 36 | HOMEPAGE = "http://kexecboot.org" |
37 | LICENSE = "GPLv2" | 37 | LICENSE = "GPLv2" |
38 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 38 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
39 | SRCREV = "0bcc14671aa2d84ec20f260582aca36bb901ccf1" | ||
40 | PV = "0.5.9.1" | ||
41 | 39 | ||
42 | SRC_URI = "git://github.com/kexecboot/kexecboot.git" | 40 | SRC_URI = "https://github.com/kexecboot/kexecboot/archive/v${PV}.tar.gz" |
43 | 41 | SRC_URI[md5sum] = "46b7c1a6f20531be56445ebb8669a2b8" | |
44 | S = "${WORKDIR}/git" | 42 | SRC_URI[sha256sum] = "6b360b8aa59bc5d68a96705349a0dd416f8ed704e931fa0ac7849298258f0f15" |
45 | 43 | ||
46 | inherit autotools | 44 | inherit autotools |
47 | 45 | ||