diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-09-23 01:13:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-23 16:30:35 +0100 |
commit | c501f9538217be736adf3a8052764d5d4a1deec6 (patch) | |
tree | e37ee0527132ca7cb5d0ccb91d047a5348c1e41e | |
parent | dbba06d9153ae588c9496b40e5db18b3602bfad1 (diff) | |
download | poky-c501f9538217be736adf3a8052764d5d4a1deec6.tar.gz |
ell: update to 0.23
Changelog:
- Add support for checking if uintset is empty.
(From OE-Core rev: 649d8db2fb47d8c3c844013210cda8a01f85f54c)
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>
-rw-r--r-- | meta/recipes-core/ell/ell_0.23.bb (renamed from meta/recipes-core/ell/ell_0.22.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/ell/ell_0.22.bb b/meta/recipes-core/ell/ell_0.23.bb index b3942fc30e..f6e91ef6fd 100644 --- a/meta/recipes-core/ell/ell_0.22.bb +++ b/meta/recipes-core/ell/ell_0.23.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] = "a4e7d74404f11e71775b89f53a8f1c33" | 17 | SRC_URI[md5sum] = "be8214ff5b37012c4314343c8e6bcf15" |
18 | SRC_URI[sha256sum] = "3c1d6d997e17dfcbe4ebcd1331d9a7be5c64f2f0a0813bc223790e570d8da2e3" | 18 | SRC_URI[sha256sum] = "2efd9f7cdf57dedb9f1ba81bec534a3e0432476b1cb35ec0bc69973772a5f89b" |
19 | 19 | ||
20 | do_configure_prepend () { | 20 | do_configure_prepend () { |
21 | mkdir -p ${S}/build-aux | 21 | mkdir -p ${S}/build-aux |