From 3f3231f62f4124da8b1278d2616e0a75528408a4 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 12 Sep 2024 10:45:56 +0800 Subject: [PATCH] crash: upgrade 8.0.4 -> 8.0.5 ChangeLog: https://crash-utility.github.io/changelog/ChangeLog-8.0.5.txt Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- ...sh-cross-canadian_8.0.4.bb => crash-cross-canadian_8.0.5.bb} | 0 meta-oe/recipes-kernel/crash/crash.inc | 2 +- meta-oe/recipes-kernel/crash/{crash_8.0.4.bb => crash_8.0.5.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-kernel/crash/{crash-cross-canadian_8.0.4.bb => crash-cross-canadian_8.0.5.bb} (100%) rename meta-oe/recipes-kernel/crash/{crash_8.0.4.bb => crash_8.0.5.bb} (100%) diff --git a/meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.4.bb b/meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.5.bb similarity index 100% rename from meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.4.bb rename to meta-oe/recipes-kernel/crash/crash-cross-canadian_8.0.5.bb diff --git a/meta-oe/recipes-kernel/crash/crash.inc b/meta-oe/recipes-kernel/crash/crash.inc index 04318b1505..29cff569f7 100644 --- a/meta-oe/recipes-kernel/crash/crash.inc +++ b/meta-oe/recipes-kernel/crash/crash.inc @@ -23,7 +23,7 @@ SRC_URI = "git://github.com/crash-utility/${BPN}.git;branch=master;protocol=http file://donnot-extract-gdb-during-do-compile.patch \ file://gdb_build_jobs_and_not_write_crash_target.patch \ " -SRCREV = "a6832f608cb5d473739cf33bbf84ab1df8d98fd5" +SRCREV = "ceacceef7d13134d327719a624cfafed99e90f8a" SRC_URI[gdb.sha256sum] = "b33ad58d687487a821ec8d878daab0f716be60d0936f2e3ac5cf08419ce70350" diff --git a/meta-oe/recipes-kernel/crash/crash_8.0.4.bb b/meta-oe/recipes-kernel/crash/crash_8.0.5.bb similarity index 100% rename from meta-oe/recipes-kernel/crash/crash_8.0.4.bb rename to meta-oe/recipes-kernel/crash/crash_8.0.5.bb