diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2022-01-29 18:11:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-03 09:05:13 +0000 |
commit | 9e54790c6e3a1e6239700031e8d7d7e1d0c6407e (patch) | |
tree | 6bd683ad35aa9fe19fd41437a4ee173ac29a1311 /meta/recipes-core | |
parent | d6a126435f4f312e0824d0e991b2667c094b9f3c (diff) | |
download | poky-9e54790c6e3a1e6239700031e8d7d7e1d0c6407e.tar.gz |
ell: update to 0.48
Changelog:
- Fix issue with memory leaking from ICMPv6 RA.
(From OE-Core rev: d622ba4930d5beae2d42b6ed64c0e1f84beda714)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ell/ell_0.48.bb (renamed from meta/recipes-core/ell/ell_0.47.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.47.bb b/meta/recipes-core/ell/ell_0.48.bb index 1db0065a37..737302a444 100644 --- a/meta/recipes-core/ell/ell_0.47.bb +++ b/meta/recipes-core/ell/ell_0.48.bb | |||
@@ -16,7 +16,7 @@ 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 | " | 18 | " |
19 | SRC_URI[sha256sum] = "4901a0baac4eb24163ceafb44fd448430361d25d8f17d89ff29f8b0b162b3eb9" | 19 | SRC_URI[sha256sum] = "9894943042a5d6165d3e5cc354f92274fb1304004d02b4bee682ab6067cdbbd5" |
20 | 20 | ||
21 | do_configure:prepend () { | 21 | do_configure:prepend () { |
22 | mkdir -p ${S}/build-aux | 22 | mkdir -p ${S}/build-aux |