[oe-commits] [openembedded-core] 03/64: ell: Update to 0.27

git at git.openembedded.org git at git.openembedded.org
Mon Jan 27 16:48:43 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ed223207e0b6e25c18ce90d8e6fb1e5713d4cd0a
Author: Robert Joslyn <robert.joslyn at redrectangle.org>
AuthorDate: Thu Dec 19 19:55:24 2019 -0800

    ell: Update to 0.27
    
    - Fix issue with data overflow and multiple PEMs.
    - Fix issue with handling DHCP lease expiration.
    
    Signed-off-by: Robert Joslyn <robert.joslyn at redrectangle.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/ell/{ell_0.26.bb => ell_0.27.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/ell/ell_0.26.bb b/meta/recipes-core/ell/ell_0.27.bb
similarity index 83%
rename from meta/recipes-core/ell/ell_0.26.bb
rename to meta/recipes-core/ell/ell_0.27.bb
index f1f252c..503f1e2 100644
--- a/meta/recipes-core/ell/ell_0.26.bb
+++ b/meta/recipes-core/ell/ell_0.27.bb
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list