]> code.ossystems Code Review - openembedded-core.git/commitdiff
ell: Update to 0.27
authorRobert Joslyn <robert.joslyn@redrectangle.org>
Fri, 20 Dec 2019 03:55:24 +0000 (19:55 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jan 2020 16:38:53 +0000 (16:38 +0000)
- Fix issue with data overflow and multiple PEMs.
- Fix issue with handling DHCP lease expiration.

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/ell/ell_0.27.bb [moved from meta/recipes-core/ell/ell_0.26.bb with 83% similarity]

similarity index 83%
rename from meta/recipes-core/ell/ell_0.26.bb
rename to meta/recipes-core/ell/ell_0.27.bb
index f1f252ce4f7635c76259ef07fef1fd023a937eee..503f1e22a3c41ca6ec303f925c70dc7b307ccb62 100644 (file)
@@ -14,8 +14,8 @@ DEPENDS = "dbus"
 inherit autotools pkgconfig
 
 SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "4660e25541071e933a2bb02ef2f94e7d"
-SRC_URI[sha256sum] = "7855b4b8f271ba6ee67d87d0965b975a9a8dbeaa616665ca2248afa3b5fcbc77"
+SRC_URI[md5sum] = "e090d6a910a43c2a32114ba1cdc9f1f2"
+SRC_URI[sha256sum] = "afc5441d6f6ece512a188b1e6aeabd7153de4f38989c897a2197ae50fc46da96"
 
 do_configure_prepend () {
     mkdir -p ${S}/build-aux