diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-08-05 14:36:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-07 16:08:15 +0100 |
commit | 7e0957764da25b22bc4d200163b6aca608eae1c8 (patch) | |
tree | 785e948272079008fecd9556b1594986eb0a4efb /meta | |
parent | 38fce3d2fd998a67604f9492ab3a571f963c5df3 (diff) | |
download | poky-7e0957764da25b22bc4d200163b6aca608eae1c8.tar.gz |
ell: update to 0.21
Changelog:
- Fix issue with resetting DHCP lease on client stop.
- Add support for GPIO helper functionality.
(From OE-Core rev: ca881bcad40e461e93a71f05b65967e7906cf2e1)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/ell/ell_0.21.bb (renamed from meta/recipes-core/ell/ell_0.20.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/ell/ell_0.20.bb b/meta/recipes-core/ell/ell_0.21.bb index 81caa80fab..487fbccab5 100644 --- a/meta/recipes-core/ell/ell_0.20.bb +++ b/meta/recipes-core/ell/ell_0.21.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] = "920189f5be4ee4cd72d610baeb20da65" | 17 | SRC_URI[md5sum] = "f94f8c812b0426b0c30b651fa5142dd9" |
18 | SRC_URI[sha256sum] = "d4aa08915f4058ecaab509dffbe22665d71dba6fe9626caff63c0e5f4b78a394" | 18 | SRC_URI[sha256sum] = "a0db4e3057ba41035637354b6af2aa4c74f83509e0c3e563d682df9d72eaff17" |
19 | 19 | ||
20 | do_configure_prepend () { | 20 | do_configure_prepend () { |
21 | mkdir -p ${S}/build-aux | 21 | mkdir -p ${S}/build-aux |