From 54a9b63be4c9944e71c4eb23892b717e1d7693c4 Mon Sep 17 00:00:00 2001 From: Kang Kai Date: Fri, 17 Jul 2015 11:10:00 +0800 Subject: [PATCH] crash: upgrade from 7.0.9 to 7.1.2 Signed-off-by: Kai Kang Signed-off-by: Martin Jansa --- .../0001-cross_add_configure_option.patch | 0 .../7001force_define_architecture.patch | 0 .../crash/{crash-7.0.9 => crash}/7003cross_ranlib.patch | 0 .../crash/{crash-7.0.9 => crash}/config-site.crash-7.0.9 | 0 .../recipes-kernel/crash/{crash_7.0.9.bb => crash_7.1.2.bb} | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-kernel/crash/{crash-7.0.9 => crash}/0001-cross_add_configure_option.patch (100%) rename meta-oe/recipes-kernel/crash/{crash-7.0.9 => crash}/7001force_define_architecture.patch (100%) rename meta-oe/recipes-kernel/crash/{crash-7.0.9 => crash}/7003cross_ranlib.patch (100%) rename meta-oe/recipes-kernel/crash/{crash-7.0.9 => crash}/config-site.crash-7.0.9 (100%) rename meta-oe/recipes-kernel/crash/{crash_7.0.9.bb => crash_7.1.2.bb} (95%) diff --git a/meta-oe/recipes-kernel/crash/crash-7.0.9/0001-cross_add_configure_option.patch b/meta-oe/recipes-kernel/crash/crash/0001-cross_add_configure_option.patch similarity index 100% rename from meta-oe/recipes-kernel/crash/crash-7.0.9/0001-cross_add_configure_option.patch rename to meta-oe/recipes-kernel/crash/crash/0001-cross_add_configure_option.patch diff --git a/meta-oe/recipes-kernel/crash/crash-7.0.9/7001force_define_architecture.patch b/meta-oe/recipes-kernel/crash/crash/7001force_define_architecture.patch similarity index 100% rename from meta-oe/recipes-kernel/crash/crash-7.0.9/7001force_define_architecture.patch rename to meta-oe/recipes-kernel/crash/crash/7001force_define_architecture.patch diff --git a/meta-oe/recipes-kernel/crash/crash-7.0.9/7003cross_ranlib.patch b/meta-oe/recipes-kernel/crash/crash/7003cross_ranlib.patch similarity index 100% rename from meta-oe/recipes-kernel/crash/crash-7.0.9/7003cross_ranlib.patch rename to meta-oe/recipes-kernel/crash/crash/7003cross_ranlib.patch diff --git a/meta-oe/recipes-kernel/crash/crash-7.0.9/config-site.crash-7.0.9 b/meta-oe/recipes-kernel/crash/crash/config-site.crash-7.0.9 similarity index 100% rename from meta-oe/recipes-kernel/crash/crash-7.0.9/config-site.crash-7.0.9 rename to meta-oe/recipes-kernel/crash/crash/config-site.crash-7.0.9 diff --git a/meta-oe/recipes-kernel/crash/crash_7.0.9.bb b/meta-oe/recipes-kernel/crash/crash_7.1.2.bb similarity index 95% rename from meta-oe/recipes-kernel/crash/crash_7.0.9.bb rename to meta-oe/recipes-kernel/crash/crash_7.1.2.bb index 586a0baa3a..f1e02e9e4b 100644 --- a/meta-oe/recipes-kernel/crash/crash_7.0.9.bb +++ b/meta-oe/recipes-kernel/crash/crash_7.1.2.bb @@ -17,8 +17,8 @@ SRC_URI = "https://github.com/crash-utility/${BPN}/archive/${PV}.tar.gz \ file://0001-cross_add_configure_option.patch \ " -SRC_URI[md5sum] = "d70ad2ed0f6d210ed11e88b8e977f5fd" -SRC_URI[sha256sum] = "c6034c6eb6b52691c60d0b72dbdec58fac4c1b3ed1cd0697c209dc48d13a577e" +SRC_URI[md5sum] = "04db2dde0d5e1dacbe3b820df3957742" +SRC_URI[sha256sum] = "630664a00cbf5d7357f8dcdfc45e73ea62a2a517bd349ab73f0d704d10b01c55" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING3;md5=d32239bcb673463ab874e80d47fae504"