diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-08-13 11:00:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-14 10:31:10 +0100 |
commit | 0edb9bfda113281bcc3fa6558a9b647e50190d8c (patch) | |
tree | 7dd6c8a4657e4c7261d0c0b8f0c3e74b207b53c8 | |
parent | f852c4e31ddc0e1522b8516c240d9cbcacd415bb (diff) | |
download | poky-0edb9bfda113281bcc3fa6558a9b647e50190d8c.tar.gz |
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 <skandigraun@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/ell/ell_0.79.bb (renamed from meta/recipes-core/ell/ell_0.78.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.78.bb b/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" | |||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
16 | 16 | ||
17 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" | 17 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" |
18 | SRC_URI[sha256sum] = "28ee1a586b4891c96e68667a424684e64ad35120f345e89d6705bd4023d2d40a" | 18 | SRC_URI[sha256sum] = "28dabdb1966fd2e47363c44e041de507e9420411b846947efa01b4cb0cda0d6b" |