diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-10-29 01:55:47 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-31 16:09:35 +0000 |
commit | 2864d40e0b78c393cbac1e05fcb3b25eb1f59d48 (patch) | |
tree | cc9c2fc2884f84422221b652b9b9a07faef9719e /meta/recipes-core | |
parent | f4a337e472884fd8e35355a861b8acb5649fea93 (diff) | |
download | poky-2864d40e0b78c393cbac1e05fcb3b25eb1f59d48.tar.gz |
ell: update to 0.25
0.24:
- Add support for extended groups in settings files.
0.25:
- Fix issue with stopping DHCP client and owner notification.
- Fix issue with time calculation overflow and DHCP.
(From OE-Core rev: 8b41a5b0418d1d85741a88b236bbe5ae30ec4355)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ell/ell_0.25.bb (renamed from meta/recipes-core/ell/ell_0.23.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/ell/ell_0.23.bb b/meta/recipes-core/ell/ell_0.25.bb index f6e91ef6fd..f6201f9bf6 100644 --- a/meta/recipes-core/ell/ell_0.23.bb +++ b/meta/recipes-core/ell/ell_0.25.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] = "be8214ff5b37012c4314343c8e6bcf15" | 17 | SRC_URI[md5sum] = "8a8adc712718c770a72e4df6c9855c26" |
18 | SRC_URI[sha256sum] = "2efd9f7cdf57dedb9f1ba81bec534a3e0432476b1cb35ec0bc69973772a5f89b" | 18 | SRC_URI[sha256sum] = "7f2be568219d991d566ca50c58a56e69df9a248619fed758dcd9a4b04e655e5b" |
19 | 19 | ||
20 | do_configure_prepend () { | 20 | do_configure_prepend () { |
21 | mkdir -p ${S}/build-aux | 21 | mkdir -p ${S}/build-aux |