diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-22 16:55:21 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-01-04 04:09:43 -1000 |
commit | 306ebfd2c78096c600e9038fca3f0cfe53e6e270 (patch) | |
tree | 69d93486008dc75ad196464d765083c2e8f0b9a1 /meta/recipes-core | |
parent | 128ab2a47f480f1768ba72ec0470a611266cae92 (diff) | |
download | poky-306ebfd2c78096c600e9038fca3f0cfe53e6e270.tar.gz |
ell: upgrade 0.59 -> 0.60
Changelog:
==========
-Fix issue with missing NETLINK_EXT_ACK definition.
-Fix issue with incorrect derivation of ECC compressed points.
-Add support for ECC usage from SPAKE2+ key exchange protocol.
(From OE-Core rev: 2b799f27bb005a314ac87117ab2e9fc34be90fa3)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 9b13c1ffadda0893561e804d2ab789bf1c401d3a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ell/ell_0.60.bb (renamed from meta/recipes-core/ell/ell_0.59.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.59.bb b/meta/recipes-core/ell/ell_0.60.bb index 0483dbe582..4e414f3b90 100644 --- a/meta/recipes-core/ell/ell_0.59.bb +++ b/meta/recipes-core/ell/ell_0.60.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] = "370dc2b7c73cd57856017180a2a70a15ca1b0183bfd453b3cffe2d707c37da3d" | 18 | SRC_URI[sha256sum] = "61cec2df694b548e51afa3e7ffd1e1ad31a9fea7bedb93a3a3cc60894390c70f" |
19 | 19 | ||
20 | do_configure:prepend () { | 20 | do_configure:prepend () { |
21 | mkdir -p ${S}/build-aux | 21 | mkdir -p ${S}/build-aux |