diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-08-25 13:37:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-26 08:07:55 +0100 |
commit | 1ddfa92934b2aa7cd20cb1b64786df903238184a (patch) | |
tree | ab840feadad967156b5c4d85cecbaf31ffb35d4b | |
parent | 426bc4fefa8b0e59076fd0fd52c2f84d22e4779f (diff) | |
download | poky-1ddfa92934b2aa7cd20cb1b64786df903238184a.tar.gz |
ell: upgrade 0.42 -> 0.43
(From OE-Core rev: 40ffd1e0e581868bee90f5c43ea84dfa470eda78)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/ell/ell_0.43.bb (renamed from meta/recipes-core/ell/ell_0.42.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.42.bb b/meta/recipes-core/ell/ell_0.43.bb index 7d021c5e3c..3d3ef82668 100644 --- a/meta/recipes-core/ell/ell_0.42.bb +++ b/meta/recipes-core/ell/ell_0.43.bb | |||
@@ -17,7 +17,7 @@ inherit autotools pkgconfig | |||
17 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \ | 17 | SRC_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 | " |
20 | SRC_URI[sha256sum] = "8b926eebb053f545a03349c0e3d02be586f5aa041f5660b6ced85b55fc531bb7" | 20 | SRC_URI[sha256sum] = "b6c75895ad64bf78f5b5c464de871048d02f9403be518084e0d64b58f508c9fc" |
21 | 21 | ||
22 | do_configure:prepend () { | 22 | do_configure:prepend () { |
23 | mkdir -p ${S}/build-aux | 23 | mkdir -p ${S}/build-aux |