diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-05-27 15:32:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-28 09:09:47 +0100 |
commit | 25723919fa219c8675383bea298de8536e4516b4 (patch) | |
tree | c0461b08321c73d358f6abdff2be2da90e856c5e /meta/recipes-core | |
parent | f0136a9976d45ae1d9cb2cf2664a2fb1676142a3 (diff) | |
download | poky-25723919fa219c8675383bea298de8536e4516b4.tar.gz |
ell: upgrade 0.56 -> 0.57
ver 0.57:
Fix issue with handling Generic Netlink cancel requests.
ell 0.57 is required for iwd 2.5
(From OE-Core rev: f13fe33403f077802640e70a84596546d555c3b9)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ell/ell_0.57.bb (renamed from meta/recipes-core/ell/ell_0.56.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.56.bb b/meta/recipes-core/ell/ell_0.57.bb index 0ace622835..09a0831fbe 100644 --- a/meta/recipes-core/ell/ell_0.56.bb +++ b/meta/recipes-core/ell/ell_0.57.bb | |||
@@ -15,7 +15,7 @@ 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] = "58eb8b2b64087f7479d5db6a830a0656c536d93e5f11d4c9a4443ce8760a1b63" | 18 | SRC_URI[sha256sum] = "7603928ee584b758ca27c67e4dc513049a09b038d7d28459a9440f8443c91018" |
19 | 19 | ||
20 | do_configure:prepend () { | 20 | do_configure:prepend () { |
21 | mkdir -p ${S}/build-aux | 21 | mkdir -p ${S}/build-aux |