From 7a4494ceb44498177dbb901bc5338f84474a3dd4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 12 Nov 2024 17:24:01 +0800 Subject: [PATCH] ell: upgrade 0.69 -> 0.70 Changelog: Add support for helper function for safe memcpy. Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-core/ell/{ell_0.69.bb => ell_0.70.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.69.bb => ell_0.70.bb} (88%) diff --git a/meta/recipes-core/ell/ell_0.69.bb b/meta/recipes-core/ell/ell_0.70.bb similarity index 88% rename from meta/recipes-core/ell/ell_0.69.bb rename to meta/recipes-core/ell/ell_0.70.bb index a9060e37625..f855b4df36e 100644 --- a/meta/recipes-core/ell/ell_0.69.bb +++ b/meta/recipes-core/ell/ell_0.70.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] = "6cfc0888edc94de9f0623798609587b2cc11b92b892945f317e8d199afe7b12e" +SRC_URI[sha256sum] = "1bb7f5d73df34b46c4dd340fec98442d7dac2a7b4ce0ee3fc779ca2fbe6fe591" -- 2.47.3