diff options
author | wangmy <wangmy@fujitsu.com> | 2022-01-10 22:03:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-11 15:48:10 +0000 |
commit | 0d2b1cbde58cccb96459204a7b6c13740c5a05b7 (patch) | |
tree | d4f70d0a4b53b29def9c23f2633e17b29358c361 /meta | |
parent | bd28d659b2ef6e887e4d9ff44fa7377fa802f28d (diff) | |
download | poky-0d2b1cbde58cccb96459204a7b6c13740c5a05b7.tar.gz |
ell: upgrade 0.46 -> 0.47
Changelog:
=========
Fix issue with memory leaking from DHCP leases.
Fix issue with NULL terminating of Base64 encoding.
(From OE-Core rev: 489665c86df9157d1d510b8d22a05d890da5b381)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/ell/ell_0.47.bb (renamed from meta/recipes-core/ell/ell_0.46.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.46.bb b/meta/recipes-core/ell/ell_0.47.bb index 4dea9442af..1db0065a37 100644 --- a/meta/recipes-core/ell/ell_0.46.bb +++ b/meta/recipes-core/ell/ell_0.47.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] = "f4fc647eff32f622e21f8851ed0c8b7270f4800149c91be601754e22d82cbb4d" | 19 | SRC_URI[sha256sum] = "4901a0baac4eb24163ceafb44fd448430361d25d8f17d89ff29f8b0b162b3eb9" |
20 | 20 | ||
21 | do_configure:prepend () { | 21 | do_configure:prepend () { |
22 | mkdir -p ${S}/build-aux | 22 | mkdir -p ${S}/build-aux |