From f9c01ad1fc86706c76b0ef708d049267342bb5ec Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Fri, 19 Feb 2021 21:31:39 +0100 Subject: [PATCH] ell: update to 0.38 Changelog: - Fix issue with DHCP v6 Rapid Commit option check. - Fix issue with handling RFC8018/RFC1423 padding. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- meta/recipes-core/ell/{ell_0.37.bb => ell_0.38.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.37.bb => ell_0.38.bb} (89%) diff --git a/meta/recipes-core/ell/ell_0.37.bb b/meta/recipes-core/ell/ell_0.38.bb similarity index 89% rename from meta/recipes-core/ell/ell_0.37.bb rename to 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 SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \ file://0001-pem.c-do-not-use-rawmemchr.patch \ " -SRC_URI[sha256sum] = "30027a2043bbe2faca7849946bb2ed7d5e48c1b9d2638bfa8f5fdef3093c4784" +SRC_URI[sha256sum] = "c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7" do_configure_prepend () { mkdir -p ${S}/build-aux -- 2.40.1