summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-11-09 20:09:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-10 19:27:28 +0000
commit40a8f79dda54354ec394a904e5d226e648bb5abf (patch)
tree74d5268d2e90b5a69df73ab097863dab856cb0cb /meta/recipes-core
parentac34f24442f60a947b4039b0d9824ff4bac833e1 (diff)
downloadpoky-40a8f79dda54354ec394a904e5d226e648bb5abf.tar.gz
ell: upgrade 0.44 -> 0.45
Fix issue with ICMPv6 and handling re-entrantly callbacks. (From OE-Core rev: 2968b9f18e35c2b9393dab666f229ab2419778b3) Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.45.bb (renamed from meta/recipes-core/ell/ell_0.44.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.44.bb b/meta/recipes-core/ell/ell_0.45.bb
index d1f1691645..8453720f42 100644
--- a/meta/recipes-core/ell/ell_0.44.bb
+++ b/meta/recipes-core/ell/ell_0.45.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] = "41a6f8fa4d285b52cb7a5a87bda3e7370ecaac02d94aaa7ec1a23f0480b8bc3f" 20SRC_URI[sha256sum] = "fedfcceee56eb63ab1eb98bf120a3cfbecee50bcd893874328c889f1b381e7d7"
21 21
22do_configure:prepend () { 22do_configure:prepend () {
23 mkdir -p ${S}/build-aux 23 mkdir -p ${S}/build-aux