summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-09-22 21:13:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-11 18:41:38 +0100
commitc8262de33e132dcdeefe6b8d427bd98321672672 (patch)
tree60b6536d62848d0b12a6e7fa80396c112fd76838 /meta/recipes-core
parenta2a4d35239bbeed3e93256f93460edacbcd4b4ca (diff)
downloadpoky-c8262de33e132dcdeefe6b8d427bd98321672672.tar.gz
ell: upgrade 0.43 -> 0.44
ver 0.44: Fix issue with allowing zero byte input for AEAD cipher. Fix issue with filling in DNS info in DHCP lease objects. Add support neighbor discovery utility helpers. (From OE-Core rev: 1190b241d7b7ba815b34d63fabc0f5fc862d8837) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/ell/ell_0.44.bb (renamed from meta/recipes-core/ell/ell_0.43.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.43.bb b/meta/recipes-core/ell/ell_0.44.bb
index 3d3ef82668..d1f1691645 100644
--- a/meta/recipes-core/ell/ell_0.43.bb
+++ b/meta/recipes-core/ell/ell_0.44.bb
@@ -17,7 +17,7 @@ inherit autotools pkgconfig
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 \
18 file://0001-pem.c-do-not-use-rawmemchr.patch \ 18 file://0001-pem.c-do-not-use-rawmemchr.patch \
19 " 19 "
20SRC_URI[sha256sum] = "b6c75895ad64bf78f5b5c464de871048d02f9403be518084e0d64b58f508c9fc" 20SRC_URI[sha256sum] = "41a6f8fa4d285b52cb7a5a87bda3e7370ecaac02d94aaa7ec1a23f0480b8bc3f"
21 21
22do_configure:prepend () { 22do_configure:prepend () {
23 mkdir -p ${S}/build-aux 23 mkdir -p ${S}/build-aux