All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ell: update to 0.39
@ 2021-04-04 20:05 Oleksandr Kravchuk
  2021-04-04 21:19 ` [OE-core] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Oleksandr Kravchuk @ 2021-04-04 20:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Changelog:
- Add support for serialized test execution framework.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} (90%)

diff --git a/meta/recipes-core/ell/ell_0.38.bb b/meta/recipes-core/ell/ell_0.39.bb
similarity index 90%
rename from meta/recipes-core/ell/ell_0.38.bb
rename to meta/recipes-core/ell/ell_0.39.bb
index 7d3a339978..68ec4cb4a4 100644
--- a/meta/recipes-core/ell/ell_0.38.bb
+++ b/meta/recipes-core/ell/ell_0.39.bb
@@ -17,7 +17,7 @@ inherit autotools pkgconfig
 SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \
            file://0001-pem.c-do-not-use-rawmemchr.patch \
            "
-SRC_URI[sha256sum] = "c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7"
+SRC_URI[sha256sum] = "653e2e139e23ed31e03c56c05f15321a9e818e2dca00a315c18d2c7b72f15d08"
 
 do_configure_prepend () {
     mkdir -p ${S}/build-aux
-- 
2.25.1


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

* Re: [OE-core] [PATCH] ell: update to 0.39
  2021-04-04 20:05 [PATCH] ell: update to 0.39 Oleksandr Kravchuk
@ 2021-04-04 21:19 ` Khem Raj
  2021-04-04 21:59   ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2021-04-04 21:19 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: Patches and discussions about the oe-core layer

This fails to compile with clang, I have notified upstream dev about it.

On Sun, Apr 4, 2021 at 1:05 PM Oleksandr Kravchuk
<open.source@oleksandr-kravchuk.com> wrote:
>
> Changelog:
> - Add support for serialized test execution framework.
>
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>  meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} (90%)
>
> diff --git a/meta/recipes-core/ell/ell_0.38.bb b/meta/recipes-core/ell/ell_0.39.bb
> similarity index 90%
> rename from meta/recipes-core/ell/ell_0.38.bb
> rename to meta/recipes-core/ell/ell_0.39.bb
> index 7d3a339978..68ec4cb4a4 100644
> --- a/meta/recipes-core/ell/ell_0.38.bb
> +++ b/meta/recipes-core/ell/ell_0.39.bb
> @@ -17,7 +17,7 @@ inherit autotools pkgconfig
>  SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \
>             file://0001-pem.c-do-not-use-rawmemchr.patch \
>             "
> -SRC_URI[sha256sum] = "c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7"
> +SRC_URI[sha256sum] = "653e2e139e23ed31e03c56c05f15321a9e818e2dca00a315c18d2c7b72f15d08"
>
>  do_configure_prepend () {
>      mkdir -p ${S}/build-aux
> --
> 2.25.1
>
>
> 
>

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

* Re: [OE-core] [PATCH] ell: update to 0.39
  2021-04-04 21:19 ` [OE-core] " Khem Raj
@ 2021-04-04 21:59   ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2021-04-04 21:59 UTC (permalink / raw)
  To: Khem Raj
  Cc: Oleksandr Kravchuk, Patches and discussions about the oe-core layer

On Sun, Apr 04, 2021 at 02:19:18PM -0700, Khem Raj wrote:
> This fails to compile with clang, I have notified upstream dev about it.

Moreover:

https://lists.openembedded.org/g/openembedded-core/message/150107
https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=3fa6d625dc5e55c5e255376da38be06e3c5f4047


> On Sun, Apr 4, 2021 at 1:05 PM Oleksandr Kravchuk
> <open.source@oleksandr-kravchuk.com> wrote:
> >
> > Changelog:
> > - Add support for serialized test execution framework.
> >
> > Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> > ---
> >  meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} (90%)
> >
> > diff --git a/meta/recipes-core/ell/ell_0.38.bb b/meta/recipes-core/ell/ell_0.39.bb
> > similarity index 90%
> > rename from meta/recipes-core/ell/ell_0.38.bb
> > rename to meta/recipes-core/ell/ell_0.39.bb
> > index 7d3a339978..68ec4cb4a4 100644
> > --- a/meta/recipes-core/ell/ell_0.38.bb
> > +++ b/meta/recipes-core/ell/ell_0.39.bb
> > @@ -17,7 +17,7 @@ inherit autotools pkgconfig
> >  SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz \
> >             file://0001-pem.c-do-not-use-rawmemchr.patch \
> >             "
> > -SRC_URI[sha256sum] = "c1b7ae5676eec310f08757b3d8652b8e818776be1897fb5deb59e55f02a012a7"
> > +SRC_URI[sha256sum] = "653e2e139e23ed31e03c56c05f15321a9e818e2dca00a315c18d2c7b72f15d08"
> >
> >  do_configure_prepend () {
> >      mkdir -p ${S}/build-aux
> > --
> > 2.25.1

-- 
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964

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

end of thread, other threads:[~2021-04-04 21:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-04 20:05 [PATCH] ell: update to 0.39 Oleksandr Kravchuk
2021-04-04 21:19 ` [OE-core] " Khem Raj
2021-04-04 21:59   ` Denys Dmytriyenko

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.