summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-02-06 19:35:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-08 14:47:16 +0000
commitc43b253bc590b7d6d54690e36254882168cd4e50 (patch)
tree0014c6d82f08ea70807463898da3edbf239f1c86 /meta/recipes-core
parentbf64a62bfd6ec580788070e9e18626a4e4d70f81 (diff)
downloadpoky-c43b253bc590b7d6d54690e36254882168cd4e50.tar.gz
ell: update to 0.37
Changelog: - Fix issue with D-Bus filter messages with no interfaces set. - Add support for PKCS#12 certification loading. (From OE-Core rev: a522b528170291264a1dd5293840bec7cdfa7311) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.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.37.bb (renamed from meta/recipes-core/ell/ell_0.36.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.36.bb b/meta/recipes-core/ell/ell_0.37.bb
index 4535ec2186..e442b02198 100644
--- a/meta/recipes-core/ell/ell_0.36.bb
+++ b/meta/recipes-core/ell/ell_0.37.bb
@@ -16,7 +16,7 @@ inherit autotools pkgconfig
16SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \ 16SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \
17 file://0001-pem.c-do-not-use-rawmemchr.patch \ 17 file://0001-pem.c-do-not-use-rawmemchr.patch \
18 " 18 "
19SRC_URI[sha256sum] = "2f99e743a235b1c834b19112e4e0283d02da93b863899381466cde47bf159cf6" 19SRC_URI[sha256sum] = "30027a2043bbe2faca7849946bb2ed7d5e48c1b9d2638bfa8f5fdef3093c4784"
20 20
21do_configure_prepend () { 21do_configure_prepend () {
22 mkdir -p ${S}/build-aux 22 mkdir -p ${S}/build-aux