From 5febf58a8c90f5819fcbe89f491e77a1be1d7cf9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 28 Aug 2024 16:24:42 +0800 Subject: [PATCH] fwupd: upgrade 1.9.22 -> 1.9.24 Changelog: ========= Bugfix: --------- - Add support for capsule on disk for Dell systems - Do not re-use the connection cache to fix Redfish BMC restart - Exclude known recovery partitions when choosing an ESP volume - Fix the VLI usb3 private flag registration Add suppoert: ------------- - More Mediatek scaler devices - Parade USB hubs Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/fwupd/{fwupd_1.9.22.bb => fwupd_1.9.24.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-bsp/fwupd/{fwupd_1.9.22.bb => fwupd_1.9.24.bb} (98%) diff --git a/meta-oe/recipes-bsp/fwupd/fwupd_1.9.22.bb b/meta-oe/recipes-bsp/fwupd/fwupd_1.9.24.bb similarity index 98% rename from meta-oe/recipes-bsp/fwupd/fwupd_1.9.22.bb rename to meta-oe/recipes-bsp/fwupd/fwupd_1.9.24.bb index d9059daa55..8b66084b77 100644 --- a/meta-oe/recipes-bsp/fwupd/fwupd_1.9.22.bb +++ b/meta-oe/recipes-bsp/fwupd/fwupd_1.9.24.bb @@ -6,7 +6,7 @@ DEPENDS = "glib-2.0 libxmlb json-glib libjcat gcab vala-native python3-jinja2-na SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \ file://run-ptest" -SRC_URI[sha256sum] = "13fe8f3c0feb25234bb0013c16440f1e7905ec1f24e89dfebb4d5c6fadaf5ae1" +SRC_URI[sha256sum] = "12f560b35dbed981fde8cf774c6d1f2e658a157d3a63d6c439bf418dbcc44b4c" UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)"