Re: [OE-core] [PATCH] npm: change install directory to upstream default

2018-10-31 Thread Dan McGregor
On Mon, 29 Oct 2018 at 04:39, Olaf Mandel wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hello Dan, > > Am 26.10.2018 um 19:46 schrieb Dan McGregor: > > On Fri, 19 Oct 2018 at 09:29, Olaf Mandel > > wrote: > >> -NPM_INSTALLDIR = "${D}${libdir}/node_modules/${NPMPN}" > >>

Re: [OE-core] [PATCH] npm: change install directory to upstream default

2018-10-29 Thread Olaf Mandel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello Dan, Am 26.10.2018 um 19:46 schrieb Dan McGregor: > On Fri, 19 Oct 2018 at 09:29, Olaf Mandel > wrote: >> -NPM_INSTALLDIR = "${D}${libdir}/node_modules/${NPMPN}" >> +NPM_INSTALLDIR = "${D}${libdir}/node/${NPMPN}" > > Ï realise this has

Re: [OE-core] [PATCH] npm: change install directory to upstream default

2018-10-26 Thread Dan McGregor
On Fri, 19 Oct 2018 at 09:29, Olaf Mandel wrote: > > The node binary searches for packages in a number of locations, the last > of which is $PREFIX/lib/node (here: /usr/lib/node) from the list of > GLOBAL_FOLDERS [1]. Change the installation directory for all packages > depending on npm.bbclass

Re: [OE-core] [PATCH] npm: change install directory to upstream default

2018-10-19 Thread Marek Vasut
On 10/19/2018 05:22 PM, Olaf Mandel wrote: > The node binary searches for packages in a number of locations, the last > of which is $PREFIX/lib/node (here: /usr/lib/node) from the list of > GLOBAL_FOLDERS [1]. Change the installation directory for all packages > depending on npm.bbclass to that

[OE-core] [PATCH] npm: change install directory to upstream default

2018-10-19 Thread Olaf Mandel
The node binary searches for packages in a number of locations, the last of which is $PREFIX/lib/node (here: /usr/lib/node) from the list of GLOBAL_FOLDERS [1]. Change the installation directory for all packages depending on npm.bbclass to that location. This removes the need to define the