From e03c3a2be28f67fe80e663a1eead9d43541fdf1c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Feb 2025 15:39:05 +0800 Subject: [PATCH] ell: upgrade 0.71 -> 0.73 Changelog: =========== - Add support for the Test Anything Protocol. - Fix issue with parsing hwdb.bin child structures. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-core/ell/{ell_0.71.bb => ell_0.73.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.71.bb => ell_0.73.bb} (88%) diff --git a/meta/recipes-core/ell/ell_0.71.bb b/meta/recipes-core/ell/ell_0.73.bb similarity index 88% rename from meta/recipes-core/ell/ell_0.71.bb rename to meta/recipes-core/ell/ell_0.73.bb index b9a0b595d49..c6691c7e54c 100644 --- a/meta/recipes-core/ell/ell_0.71.bb +++ b/meta/recipes-core/ell/ell_0.73.bb @@ -15,4 +15,4 @@ DEPENDS = "dbus" inherit autotools pkgconfig SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "850f79cc993791f00232fd31cbaf3e8212edcef25ca0515f98c6d48dfb5952d7" +SRC_URI[sha256sum] = "ae97f848b45a59be7741369880badfa8c08a55a24b21eae3468342cc012df11b" -- 2.47.3