summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-02-28 22:05:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-02 18:43:24 +0000
commit83232ac6d8ec3ef16892ef2dd6d1494221c9c757 (patch)
treee54a95fda0bea6c68242fb8236b7ef6e4fe9c479
parentd895863af12e15bebd9fa0640290d9a649ece82b (diff)
downloadpoky-83232ac6d8ec3ef16892ef2dd6d1494221c9c757.tar.gz
ell: upgrade 0.48 -> 0.49
Changelog: ========== Fix issue with multiple offers from the same DHCP server. Fix issue with Base64 decoding and bytes consumed validation. (From OE-Core rev: 790f45993ac9c10ee547e4d9ae3dd0bfa96aa469) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/ell/ell_0.49.bb (renamed from meta/recipes-core/ell/ell_0.48.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.48.bb b/meta/recipes-core/ell/ell_0.49.bb
index 6c5d315034..9edd6fc92a 100644
--- a/meta/recipes-core/ell/ell_0.48.bb
+++ b/meta/recipes-core/ell/ell_0.49.bb
@@ -16,7 +16,7 @@ inherit 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 \
18 " 18 "
19SRC_URI[sha256sum] = "9894943042a5d6165d3e5cc354f92274fb1304004d02b4bee682ab6067cdbbd5" 19SRC_URI[sha256sum] = "a7ff8ecbc76b187d942dd22b61cb489711400897c790319ffb7e944791687c3f"
20 20
21do_configure:prepend () { 21do_configure:prepend () {
22 mkdir -p ${S}/build-aux 22 mkdir -p ${S}/build-aux