summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-11-25 15:58:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-27 23:54:51 +0000
commit6e2449e0f013cbe7189b8fb837458b1702d7dbbe (patch)
tree20e3dc2e7881513258198d6b77b0429f0201d3f1
parent27fd57f8d0f32da35b52975824a199c2e0d248d0 (diff)
downloadpoky-6e2449e0f013cbe7189b8fb837458b1702d7dbbe.tar.gz
ell: upgrade 0.53 -> 0.54
iwd-2.0 will require ell 0.54 (From OE-Core rev: 867398d9823dc42dacc4f2b9d45878728b0c19a6) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/ell/ell_0.54.bb (renamed from meta/recipes-core/ell/ell_0.53.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.53.bb b/meta/recipes-core/ell/ell_0.54.bb
index 7817476030..5594e0ba54 100644
--- a/meta/recipes-core/ell/ell_0.53.bb
+++ b/meta/recipes-core/ell/ell_0.54.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] = "a7d0df846af839bbea1b80f292166371070328854b3fa785b5c607fe600552ad" 18SRC_URI[sha256sum] = "43be093b25359acd84dd2b07b45a1eacc3a4089bb01342eb3fc99ec9d94a25d9"
19 19
20do_configure:prepend () { 20do_configure:prepend () {
21 mkdir -p ${S}/build-aux 21 mkdir -p ${S}/build-aux