diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-08-30 00:59:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-01 22:33:08 +0100 |
commit | 118fb26ac94f0ab616e9a224fd62a771cec34834 (patch) | |
tree | c571764e2c161456596e416932cbffff48334040 /meta | |
parent | e1f4543f64529f0bdfdfe5ea5e2515305a3a9b1b (diff) | |
download | poky-118fb26ac94f0ab616e9a224fd62a771cec34834.tar.gz |
ell: update to 0.22
Changelog:
- Fix issue with DHCP and T1 timeout handling.
- Fix issue with escape characters in peer identity string.
- Add support for setting peer certificate's subject CN mask.
(From OE-Core rev: cbf84908716c867b8bf530460a4eb0dff81da9f4)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/ell/ell_0.22.bb (renamed from meta/recipes-core/ell/ell_0.21.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/ell/ell_0.21.bb b/meta/recipes-core/ell/ell_0.22.bb index 487fbccab5..b3942fc30e 100644 --- a/meta/recipes-core/ell/ell_0.21.bb +++ b/meta/recipes-core/ell/ell_0.22.bb | |||
@@ -14,8 +14,8 @@ DEPENDS = "dbus" | |||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
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 | SRC_URI[md5sum] = "f94f8c812b0426b0c30b651fa5142dd9" | 17 | SRC_URI[md5sum] = "a4e7d74404f11e71775b89f53a8f1c33" |
18 | SRC_URI[sha256sum] = "a0db4e3057ba41035637354b6af2aa4c74f83509e0c3e563d682df9d72eaff17" | 18 | SRC_URI[sha256sum] = "3c1d6d997e17dfcbe4ebcd1331d9a7be5c64f2f0a0813bc223790e570d8da2e3" |
19 | 19 | ||
20 | do_configure_prepend () { | 20 | do_configure_prepend () { |
21 | mkdir -p ${S}/build-aux | 21 | mkdir -p ${S}/build-aux |