Re: [OE-core] [PATCH] classes/npm: replace cache clear with cache clean --force

2018-02-06 Thread Matthijs Vader
Hi, You wrote: > 2018-02-05 16:55 keltezéssel, Matthijs Vader írta: > > Hi, > > > > 2018-02-05 15:07, zboszor wrote: > >> I have already sent this patch (although a little extended) last week: > >> http://lists.openembedded.org/pipermail/openembedded-core/2018- > >> February/147071.html > > > >

Re: [OE-core] [PATCH] classes/npm: replace cache clear with cache clean --force

2018-02-06 Thread Böszörményi Zoltán
2018-02-05 16:55 keltezéssel, Matthijs Vader írta: Hi, 2018-02-05 15:07, zboszor wrote: I have already sent this patch (although a little extended) last week: http://lists.openembedded.org/pipermail/openembedded-core/2018- February/147071.html Thanks! The second patch you sent in with that

Re: [OE-core] [PATCH] classes/npm: replace cache clear with cache clean --force

2018-02-05 Thread Matthijs Vader
Hi, 2018-02-05 15:07, zboszor wrote: > I have already sent this patch (although a little extended) last week: > http://lists.openembedded.org/pipermail/openembedded-core/2018- > February/147071.html Thanks! The second patch you sent in with that actually solved some other problems I was having

Re: [OE-core] [PATCH] classes/npm: replace cache clear with cache clean --force

2018-02-05 Thread Böszörményi Zoltán
I have already sent this patch (although a little extended) last week: http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147071.html 2018-02-04 23:23 keltezéssel, mpvader írta: npm now requires --force to clean the cache, see [1]. Also, use clean instead of clear since the

[OE-core] [PATCH] classes/npm: replace cache clear with cache clean --force

2018-02-04 Thread mpvader
npm now requires --force to clean the cache, see [1]. Also, use clean instead of clear since the latter is an alias. [1] https://github.com/npm/npm/commit/34f24c8381235790945208d25ac193bc97a21b79 Signed-off-by: mpvader --- meta/classes/npm.bbclass | 2 +- 1 file