summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-22 16:55:21 +0800
committerSteve Sakoman <steve@sakoman.com>2024-01-04 04:09:43 -1000
commit306ebfd2c78096c600e9038fca3f0cfe53e6e270 (patch)
tree69d93486008dc75ad196464d765083c2e8f0b9a1 /meta/recipes-core
parent128ab2a47f480f1768ba72ec0470a611266cae92 (diff)
downloadpoky-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"
15inherit autotools pkgconfig 15inherit autotools pkgconfig
16 16
17SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" 17SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
18SRC_URI[sha256sum] = "370dc2b7c73cd57856017180a2a70a15ca1b0183bfd453b3cffe2d707c37da3d" 18SRC_URI[sha256sum] = "61cec2df694b548e51afa3e7ffd1e1ad31a9fea7bedb93a3a3cc60894390c70f"
19 19
20do_configure:prepend () { 20do_configure:prepend () {
21 mkdir -p ${S}/build-aux 21 mkdir -p ${S}/build-aux