diff options
author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2019-12-19 19:55:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-27 16:48:08 +0000 |
commit | 957445e7c541476720cccbc8c0a930cbea1133f5 (patch) | |
tree | ab6977d0681f1e4640b0fa573f7fff6a0f465493 /meta | |
parent | 03b5004f190ea91cf331a76a444422fb8f13e3f5 (diff) | |
download | poky-957445e7c541476720cccbc8c0a930cbea1133f5.tar.gz |
ell: Update to 0.27
- Fix issue with data overflow and multiple PEMs.
- Fix issue with handling DHCP lease expiration.
(From OE-Core rev: ed223207e0b6e25c18ce90d8e6fb1e5713d4cd0a)
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/ell/ell_0.27.bb (renamed from meta/recipes-core/ell/ell_0.26.bb) | 4 |
1 files 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 index f1f252ce4f..503f1e22a3 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" | |||
14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
15 | 15 | ||
16 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" | 16 | SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" |
17 | SRC_URI[md5sum] = "4660e25541071e933a2bb02ef2f94e7d" | 17 | SRC_URI[md5sum] = "e090d6a910a43c2a32114ba1cdc9f1f2" |
18 | SRC_URI[sha256sum] = "7855b4b8f271ba6ee67d87d0965b975a9a8dbeaa616665ca2248afa3b5fcbc77" | 18 | SRC_URI[sha256sum] = "afc5441d6f6ece512a188b1e6aeabd7153de4f38989c897a2197ae50fc46da96" |
19 | 19 | ||
20 | do_configure_prepend () { | 20 | do_configure_prepend () { |
21 | mkdir -p ${S}/build-aux | 21 | mkdir -p ${S}/build-aux |