All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ninja: upate to 1.9.0
@ 2019-03-20 23:05 Oleksandr Kravchuk
  2019-03-20 23:48 ` Khem Raj
  2019-03-22 11:44 ` Richard Purdie
  0 siblings, 2 replies; 5+ messages in thread
From: Oleksandr Kravchuk @ 2019-03-20 23:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 meta/recipes-devtools/ninja/{ninja_1.8.2.bb => ninja_1.9.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/ninja/{ninja_1.8.2.bb => ninja_1.9.0.bb} (92%)

diff --git a/meta/recipes-devtools/ninja/ninja_1.8.2.bb b/meta/recipes-devtools/ninja/ninja_1.9.0.bb
similarity index 92%
rename from meta/recipes-devtools/ninja/ninja_1.8.2.bb
rename to meta/recipes-devtools/ninja/ninja_1.9.0.bb
index c6fcfef3dd..5c4f87cf93 100644
--- a/meta/recipes-devtools/ninja/ninja_1.8.2.bb
+++ b/meta/recipes-devtools/ninja/ninja_1.9.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
 
 DEPENDS = "re2c-native ninja-native"
 
-SRCREV = "253e94c1fa511704baeb61cf69995bbf09ba435e"
+SRCREV = "b25c08bda4949192c69cea4cee057887341a2ffc"
 
 SRC_URI = "git://github.com/ninja-build/ninja.git;branch=release"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
-- 
2.17.1



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

* Re: [PATCH] ninja: upate to 1.9.0
  2019-03-20 23:05 [PATCH] ninja: upate to 1.9.0 Oleksandr Kravchuk
@ 2019-03-20 23:48 ` Khem Raj
  2019-03-22 11:44 ` Richard Purdie
  1 sibling, 0 replies; 5+ messages in thread
From: Khem Raj @ 2019-03-20 23:48 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1401 bytes --]

On Wed, Mar 20, 2019 at 4:06 PM Oleksandr Kravchuk <
open.source@oleksandr-kravchuk.com> wrote:

> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>


Looks good

>
> ---
>  meta/recipes-devtools/ninja/{ninja_1.8.2.bb => ninja_1.9.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/ninja/{ninja_1.8.2.bb => ninja_1.9.0.bb}
> (92%)
>
> diff --git a/meta/recipes-devtools/ninja/ninja_1.8.2.bb
> b/meta/recipes-devtools/ninja/ninja_1.9.0.bb
> similarity index 92%
> rename from meta/recipes-devtools/ninja/ninja_1.8.2.bb
> rename to meta/recipes-devtools/ninja/ninja_1.9.0.bb
> index c6fcfef3dd..5c4f87cf93 100644
> --- a/meta/recipes-devtools/ninja/ninja_1.8.2.bb
> +++ b/meta/recipes-devtools/ninja/ninja_1.9.0.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
>
>  DEPENDS = "re2c-native ninja-native"
>
> -SRCREV = "253e94c1fa511704baeb61cf69995bbf09ba435e"
> +SRCREV = "b25c08bda4949192c69cea4cee057887341a2ffc"
>
>  SRC_URI = "git://github.com/ninja-build/ninja.git;branch=release"
>  UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 3024 bytes --]

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

* Re: [PATCH] ninja: upate to 1.9.0
  2019-03-20 23:05 [PATCH] ninja: upate to 1.9.0 Oleksandr Kravchuk
  2019-03-20 23:48 ` Khem Raj
@ 2019-03-22 11:44 ` Richard Purdie
  2019-03-22 21:51   ` Khem Raj
  1 sibling, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2019-03-22 11:44 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-core

On Thu, 2019-03-21 at 00:05 +0100, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com
> >
> ---
>  meta/recipes-devtools/ninja/{ninja_1.8.2.bb => ninja_1.9.0.bb} | 2
> +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/ninja/{ninja_1.8.2.bb =>
> ninja_1.9.0.bb} (92%)

Fails to build on musl:

https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/423
https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/424

Cheers,

Richard



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

* Re: [PATCH] ninja: upate to 1.9.0
  2019-03-22 11:44 ` Richard Purdie
@ 2019-03-22 21:51   ` Khem Raj
  2019-03-23 16:33     ` Oleksandr Kravchuk
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2019-03-22 21:51 UTC (permalink / raw)
  To: Richard Purdie
  Cc: Patches and discussions about the oe-core layer, Oleksandr Kravchuk

On Fri, Mar 22, 2019 at 4:44 AM Richard Purdie
<richard.purdie@linuxfoundation.org> wrote:
>
> On Thu, 2019-03-21 at 00:05 +0100, Oleksandr Kravchuk wrote:
> > Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com
> > >
> > ---
> >  meta/recipes-devtools/ninja/{ninja_1.8.2.bb => ninja_1.9.0.bb} | 2
> > +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-devtools/ninja/{ninja_1.8.2.bb =>
> > ninja_1.9.0.bb} (92%)
>
> Fails to build on musl:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/423
> https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/424
>

doxygen fails too

https://errors.yoctoproject.org/Errors/Details/234025/

> Cheers,
>
> Richard
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH] ninja: upate to 1.9.0
  2019-03-22 21:51   ` Khem Raj
@ 2019-03-23 16:33     ` Oleksandr Kravchuk
  0 siblings, 0 replies; 5+ messages in thread
From: Oleksandr Kravchuk @ 2019-03-23 16:33 UTC (permalink / raw)
  To: Khem Raj, Richard Purdie; +Cc: Patches and discussions about the oe-core layer

Alright, I have fixed the musl build.

doxygen issue will require changes to doxygen itself:
https://github.com/doxygen/doxygen/pull/712

On 22/03/2019 22:51, Khem Raj wrote:
> On Fri, Mar 22, 2019 at 4:44 AM Richard Purdie
> <richard.purdie@linuxfoundation.org> wrote:
>> On Thu, 2019-03-21 at 00:05 +0100, Oleksandr Kravchuk wrote:
>>> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com
>>> ---
>>>  meta/recipes-devtools/ninja/{ninja_1.8.2.bb => ninja_1.9.0.bb} | 2
>>> +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>  rename meta/recipes-devtools/ninja/{ninja_1.8.2.bb =>
>>> ninja_1.9.0.bb} (92%)
>> Fails to build on musl:
>>
>> https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/423
>> https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/424
>>
> doxygen fails too
>
> https://errors.yoctoproject.org/Errors/Details/234025/
>
>> Cheers,
>>
>> Richard
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2019-03-23 16:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-20 23:05 [PATCH] ninja: upate to 1.9.0 Oleksandr Kravchuk
2019-03-20 23:48 ` Khem Raj
2019-03-22 11:44 ` Richard Purdie
2019-03-22 21:51   ` Khem Raj
2019-03-23 16:33     ` 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.