summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-21 10:59:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-22 23:05:50 +0000
commita377d1d139ff400df8b5e28a6724161882f762ce (patch)
tree44129aed998c4caaae75e9a692d9a05e17067ca6
parent21233a320ba15e7b2bad64233a8356d23ea165cb (diff)
downloadpoky-a377d1d139ff400df8b5e28a6724161882f762ce.tar.gz
ell: upgrade 0.54 -> 0.55
Changelog: Fix issue with DHCP and blocked unicast requests. (From OE-Core rev: 63bd6f7c9fd4f8d08b01a2182cc940ea94702abc) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> 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.55.bb (renamed from meta/recipes-core/ell/ell_0.54.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ell/ell_0.54.bb b/meta/recipes-core/ell/ell_0.55.bb
index 5594e0ba54..7184701e4e 100644
--- a/meta/recipes-core/ell/ell_0.54.bb
+++ b/meta/recipes-core/ell/ell_0.55.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] = "43be093b25359acd84dd2b07b45a1eacc3a4089bb01342eb3fc99ec9d94a25d9" 18SRC_URI[sha256sum] = "a7e1fd3e13d9083f80eb9787546add49fba5c3d9e9f166b06e2ff9fd8030dc6d"
19 19
20do_configure:prepend () { 20do_configure:prepend () {
21 mkdir -p ${S}/build-aux 21 mkdir -p ${S}/build-aux