From d84084c1ec073592f2c80f4abdda811b35fdffe6 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 9 Jun 2024 20:05:12 +0200 Subject: [PATCH] ell: update 0.65 -> 0.66 ver 0.66: Fix issue with handling event callback when stopping ACD. Fix issue with handling ICMPv6 DNS and domain lists. Add support for notification lists. (From OE-Core rev: 560bd2f0f02bbb0791fc03496266f9ff77c2aa77) Signed-off-by: Markus Volk Signed-off-by: Richard Purdie --- meta/recipes-core/ell/{ell_0.65.bb => ell_0.66.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.65.bb => ell_0.66.bb} (88%) diff --git a/meta/recipes-core/ell/ell_0.65.bb b/meta/recipes-core/ell/ell_0.66.bb similarity index 88% rename from meta/recipes-core/ell/ell_0.65.bb rename to meta/recipes-core/ell/ell_0.66.bb index 9b559caf8a..899e2f6849 100644 --- a/meta/recipes-core/ell/ell_0.65.bb +++ b/meta/recipes-core/ell/ell_0.66.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] = "9ee7ac57b188d391cead705d3596a6d3240341786475149db297782a52269aa5" +SRC_URI[sha256sum] = "7a78b757080ed6518c1c4fa26ad6a7a3d6e4e385386a20b6fb52379e7d1ffa36"