All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ell: update to 0.23
@ 2019-09-26  0:54 Oleksandr Kravchuk
  2019-09-26 11:04 ` Ross Burton
  0 siblings, 1 reply; 5+ messages in thread
From: Oleksandr Kravchuk @ 2019-09-26  0:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Changelog:
- Add support for checking if uintset is empty.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta/recipes-core/ell/{ell_0.22.bb => ell_0.23.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/ell/{ell_0.22.bb => ell_0.23.bb} (83%)

diff --git a/meta/recipes-core/ell/ell_0.22.bb b/meta/recipes-core/ell/ell_0.23.bb
similarity index 83%
rename from meta/recipes-core/ell/ell_0.22.bb
rename to 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"
 inherit autotools pkgconfig
 
 SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "a4e7d74404f11e71775b89f53a8f1c33"
-SRC_URI[sha256sum] = "3c1d6d997e17dfcbe4ebcd1331d9a7be5c64f2f0a0813bc223790e570d8da2e3"
+SRC_URI[md5sum] = "be8214ff5b37012c4314343c8e6bcf15"
+SRC_URI[sha256sum] = "2efd9f7cdf57dedb9f1ba81bec534a3e0432476b1cb35ec0bc69973772a5f89b"
 
 do_configure_prepend () {
     mkdir -p ${S}/build-aux
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] ell: update to 0.23
  2019-09-26  0:54 [PATCH] ell: update to 0.23 Oleksandr Kravchuk
@ 2019-09-26 11:04 ` Ross Burton
  2019-10-16 17:28   ` Oleksandr Kravchuk
  0 siblings, 1 reply; 5+ messages in thread
From: Ross Burton @ 2019-09-26 11:04 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-core

On 26/09/2019 01:54, Oleksandr Kravchuk wrote:
> Changelog:
> - Add support for checking if uintset is empty.
> 
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>

This is in ross/mut so it won't get lost, but we're freezing for release 
so this won't be merged until 3.0 is done.

Ross



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ell: update to 0.23
  2019-09-26 11:04 ` Ross Burton
@ 2019-10-16 17:28   ` Oleksandr Kravchuk
  2019-10-17 10:24     ` Ross Burton
  0 siblings, 1 reply; 5+ messages in thread
From: Oleksandr Kravchuk @ 2019-10-16 17:28 UTC (permalink / raw)
  To: Ross Burton, openembedded-core

Hey Ross,

Is this still a code freeze?

On 26/09/2019 13:04, Ross Burton wrote:
> On 26/09/2019 01:54, Oleksandr Kravchuk wrote:
>> Changelog:
>> - Add support for checking if uintset is empty.
>>
>> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
>
> This is in ross/mut so it won't get lost, but we're freezing for
> release so this won't be merged until 3.0 is done.
>
> Ross
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] ell: update to 0.23
  2019-10-16 17:28   ` Oleksandr Kravchuk
@ 2019-10-17 10:24     ` Ross Burton
  0 siblings, 0 replies; 5+ messages in thread
From: Ross Burton @ 2019-10-17 10:24 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-core

On 16/10/2019 18:28, Oleksandr Kravchuk wrote:
> Hey Ross,
> 
> Is this still a code freeze?

3.0 isn't out yet, so yes.

Ross


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] ell: update to 0.23
@ 2019-09-22 23:13 Oleksandr Kravchuk
  0 siblings, 0 replies; 5+ messages in thread
From: Oleksandr Kravchuk @ 2019-09-22 23:13 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Changelog:
- Add support for checking if uintset is empty.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta/recipes-core/ell/{ell_0.22.bb => ell_0.23.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-core/ell/{ell_0.22.bb => ell_0.23.bb} (83%)

diff --git a/meta/recipes-core/ell/ell_0.22.bb b/meta/recipes-core/ell/ell_0.23.bb
similarity index 83%
rename from meta/recipes-core/ell/ell_0.22.bb
rename to 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"
 inherit autotools pkgconfig
 
 SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "a4e7d74404f11e71775b89f53a8f1c33"
-SRC_URI[sha256sum] = "3c1d6d997e17dfcbe4ebcd1331d9a7be5c64f2f0a0813bc223790e570d8da2e3"
+SRC_URI[md5sum] = "be8214ff5b37012c4314343c8e6bcf15"
+SRC_URI[sha256sum] = "2efd9f7cdf57dedb9f1ba81bec534a3e0432476b1cb35ec0bc69973772a5f89b"
 
 do_configure_prepend () {
     mkdir -p ${S}/build-aux
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-17 10:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-26  0:54 [PATCH] ell: update to 0.23 Oleksandr Kravchuk
2019-09-26 11:04 ` Ross Burton
2019-10-16 17:28   ` Oleksandr Kravchuk
2019-10-17 10:24     ` Ross Burton
  -- strict thread matches above, loose matches on Subject: below --
2019-09-22 23:13 Oleksandr Kravchuk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.