diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-02-19 21:31:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-23 22:35:00 +0000 |
commit | 34ed0d107b9d16cb791fd555a719dcd2fc0b9be0 (patch) | |
tree | aaeecd5a8fdc4f12367c1acea675288e52478a31 /meta/recipes-core/ell | |
parent | 9f1e8ced83ba0f19946f85b269c6207bb6ba7e8d (diff) | |
download | poky-34ed0d107b9d16cb791fd555a719dcd2fc0b9be0.tar.gz |
ell: update to 0.38
Changelog:
- Fix issue with DHCP v6 Rapid Commit option check.
- Fix issue with handling RFC8018/RFC1423 padding.
(From OE-Core rev: f9c01ad1fc86706c76b0ef708d049267342bb5ec)
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/ell')
-rw-r--r-- | meta/recipes-core/ell/ell_0.38.bb (renamed from meta/recipes-core/ell/ell_0.37.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.37.bb b/meta/recipes-core/ell/ell_0.38.bb index e442b02198..11a80e16ed 100644 --- a/meta/recipes-core/ell/ell_0.37.bb +++ b/meta/recipes-core/ell/ell_0.38.bb | |||
@@ -16,7 +16,7 @@ inherit autotools pkgconfig | |||
16 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \ | 16 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \ |
17 | file://0001-pem.c-do-not-use-rawmemchr.patch \ | 17 | file://0001-pem.c-do-not-use-rawmemchr.patch \ |
18 | " | 18 | " |
19 | SRC_URI[sha256sum] = "30027a2043bbe2faca7849946bb2ed7d5e48c1b9d2638bfa8f5fdef3093c4784" | 19 | SRC_URI[sha256sum] = "c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7" |
20 | 20 | ||
21 | do_configure_prepend () { | 21 | do_configure_prepend () { |
22 | mkdir -p ${S}/build-aux | 22 | mkdir -p ${S}/build-aux |