summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-02-19 07:32:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-19 15:07:53 +0000
commit6cddb77eee273d9d44110ec3ecd01a8d195d2e4b (patch)
tree854f2f4c49d6a7697640e448f253b13daeba1cc5
parente6047ee5e8b8f8208477d52e6765d893a2bde42a (diff)
downloadpoky-6cddb77eee273d9d44110ec3ecd01a8d195d2e4b.tar.gz
ell: update 0.61 -> 0.62
ver 0.62: Add support for cleanup functions and macros. Add support for setting DHCP max attempts. (From OE-Core rev: ae84d13b6c4f33a56cc36715a118a9f938ceb2c4) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/ell/ell_0.62.bb (renamed from meta/recipes-core/ell/ell_0.61.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.61.bb b/meta/recipes-core/ell/ell_0.62.bb
index 5472714646..c6ec91afb4 100644
--- a/meta/recipes-core/ell/ell_0.61.bb
+++ b/meta/recipes-core/ell/ell_0.62.bb
@@ -15,7 +15,7 @@ DEPENDS = "dbus"
15inherit autotools pkgconfig 15inherit 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"
18SRC_URI[sha256sum] = "c21ba3530d530c736f9b3e6acc954d4404c1ce4abaf2a4694e46ecec17653fa0" 18SRC_URI[sha256sum] = "f1efae12085610049714dc509c6fab3478925801609ad4232ce873b7daf1e03d"
19 19
20do_configure:prepend () { 20do_configure:prepend () {
21 mkdir -p ${S}/build-aux 21 mkdir -p ${S}/build-aux