From 0edb9bfda113281bcc3fa6558a9b647e50190d8c Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Wed, 13 Aug 2025 11:00:33 +0200 Subject: [PATCH] ell: upgrade 0.78 -> 0.79 Changelog: Fix issue with D-Bus client and watch removal handling. Fix issue with D-Bus client and service name handling. Fix issue with D-Bus proxy and filter rule handling. (From OE-Core rev: c03f726d8d43c82fba69499f7dffdb81cca048b9) Signed-off-by: Gyorgy Sarvari Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-core/ell/{ell_0.78.bb => ell_0.79.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.78.bb => ell_0.79.bb} (88%) diff --git a/meta/recipes-core/ell/ell_0.78.bb b/meta/recipes-core/ell/ell_0.79.bb similarity index 88% rename from meta/recipes-core/ell/ell_0.78.bb rename to meta/recipes-core/ell/ell_0.79.bb index ad16426bad..8bd0f8badd 100644 --- a/meta/recipes-core/ell/ell_0.78.bb +++ b/meta/recipes-core/ell/ell_0.79.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] = "28ee1a586b4891c96e68667a424684e64ad35120f345e89d6705bd4023d2d40a" +SRC_URI[sha256sum] = "28dabdb1966fd2e47363c44e041de507e9420411b846947efa01b4cb0cda0d6b"