Re: [OE-core] [PATCH v2] ninja: upate to 1.9.0

2019-04-28 Thread Adrian Bunk
On Sat, Apr 27, 2019 at 10:11:36AM -0700, Khem Raj wrote: > another issue I see > > https://errors.yoctoproject.org/Errors/Details/238569/ Are you sure this is related to the ninja change? The error looks more as if it would be caused by the gtk-doc.bbclass change (commit 07d29e7cec). cu Adria

Re: [OE-core] [PATCH v2] ninja: upate to 1.9.0

2019-04-27 Thread Khem Raj
another issue I see https://errors.yoctoproject.org/Errors/Details/238569/ On Wed, Apr 24, 2019 at 7:35 AM Alexander Kanavin wrote: > > Master is never force pushed to and always has a linear history, so > any changes need to apply cleanly to the latest commit in it. > > Alex > > On Wed, 24 Apr

Re: [OE-core] [PATCH v2] ninja: upate to 1.9.0

2019-04-24 Thread Alexander Kanavin
Master is never force pushed to and always has a linear history, so any changes need to apply cleanly to the latest commit in it. Alex On Wed, 24 Apr 2019 at 16:31, Oleksandr Kravchuk wrote: > > Sure. It's already in master though. > > Should I send a new patch or just a diff with master? > > On

Re: [OE-core] [PATCH v2] ninja: upate to 1.9.0

2019-04-24 Thread Oleksandr Kravchuk
Sure. It's already in master though. Should I send a new patch or just a diff with master? On 23/04/2019 11:26, Burton, Ross wrote: > On Sat, 23 Mar 2019 at 16:39, Oleksandr Kravchuk > wrote: >> +++ b/meta/recipes-devtools/ninja/ninja/fix-musl.patch >> @@ -0,0 +1,39 @@ >> +2ff54ad7478a90bd75c91e

Re: [OE-core] [PATCH v2] ninja: upate to 1.9.0

2019-04-23 Thread Burton, Ross
On Sat, 23 Mar 2019 at 16:39, Oleksandr Kravchuk wrote: > +++ b/meta/recipes-devtools/ninja/ninja/fix-musl.patch > @@ -0,0 +1,39 @@ > +2ff54ad7478a90bd75c91e434236a Mon Sep 17 00:00:00 2001 > +From: makepost > +Date: Mon, 24 Dec 2018 03:13:16 +0200 > +Subject: [PATCH] Use st_mtim if st_mtime is m

Re: [OE-core] [PATCH v2] ninja: upate to 1.9.0

2019-03-30 Thread Oleksandr Kravchuk
Khem - Unfortunately, I could not find a solution of the doxygen build issue. I have failed bug on doxygen and hope the community will assist: https://github.com/doxygen/doxygen/issues/6906 On 28/03/2019 17:45, Khem Raj wrote: > doxygen still fails > > https://errors.yoctoproject.org/Errors/Deta

Re: [OE-core] [PATCH v2] ninja: upate to 1.9.0

2019-03-28 Thread Khem Raj
doxygen still fails https://errors.yoctoproject.org/Errors/Details/234762/ On Sat, Mar 23, 2019 at 9:39 AM Oleksandr Kravchuk wrote: > > Signed-off-by: Oleksandr Kravchuk > --- > .../ninja/ninja/fix-musl.patch| 39 +++ > .../ninja/{ninja_1.8.2.bb => ninja_1.9.0.

[OE-core] [PATCH v2] ninja: upate to 1.9.0

2019-03-23 Thread Oleksandr Kravchuk
Signed-off-by: Oleksandr Kravchuk --- .../ninja/ninja/fix-musl.patch| 39 +++ .../ninja/{ninja_1.8.2.bb => ninja_1.9.0.bb} | 6 ++- 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtools/ninja/ninja/fix-musl.patch rename meta