Re: [OE-core] [PATCH] npm.bbclass: Add npm class to match fetcher

2016-02-28 Thread Trevor Woerner
On 02/28/16 18:13, Richard Purdie wrote: On Sun, 2016-02-28 at 12:36 -0500, Trevor Woerner wrote: Thanks! I guess I don't have enough "plumbing" quite yet. I have all the master branches of everything I need and I cherry picked Brendan's npm.bbclass but I still get: Ah sorry. I needed bitbake's

Re: [OE-core] [PATCH] npm.bbclass: Add npm class to match fetcher

2016-02-28 Thread Richard Purdie
On Sun, 2016-02-28 at 12:36 -0500, Trevor Woerner wrote: > On 02/28/16 12:09, Trevor Woerner wrote: > > On 02/28/16 03:32, Richard Purdie wrote: > > > On Sat, 2016-02-27 at 19:53 -0500, Trevor Woerner wrote: > > > > On 02/25/16 10:06, brendan.le.f...@intel.com wrote: > > > > > npm class supports th

Re: [OE-core] [PATCH] npm.bbclass: Add npm class to match fetcher

2016-02-28 Thread Trevor Woerner
On 02/28/16 12:09, Trevor Woerner wrote: On 02/28/16 03:32, Richard Purdie wrote: On Sat, 2016-02-27 at 19:53 -0500, Trevor Woerner wrote: On 02/25/16 10:06, brendan.le.f...@intel.com wrote: npm class supports the npm fetcher, helping doing the basic compile/install stages of an npm package A

Re: [OE-core] [PATCH] npm.bbclass: Add npm class to match fetcher

2016-02-28 Thread Trevor Woerner
On 02/28/16 03:32, Richard Purdie wrote: On Sat, 2016-02-27 at 19:53 -0500, Trevor Woerner wrote: On 02/25/16 10:06, brendan.le.f...@intel.com wrote: npm class supports the npm fetcher, helping doing the basic compile/install stages of an npm package Any chance you might have an npm recipe exa

Re: [OE-core] [PATCH] npm.bbclass: Add npm class to match fetcher

2016-02-28 Thread Richard Purdie
On Sat, 2016-02-27 at 19:53 -0500, Trevor Woerner wrote: > On 02/25/16 10:06, brendan.le.f...@intel.com wrote: > > npm class supports the npm fetcher, helping doing the basic > > compile/install > > stages of an npm package > > Any chance you might have an npm recipe example? Maybe something like

Re: [OE-core] [PATCH] npm.bbclass: Add npm class to match fetcher

2016-02-27 Thread Trevor Woerner
On 02/25/16 10:06, brendan.le.f...@intel.com wrote: npm class supports the npm fetcher, helping doing the basic compile/install stages of an npm package Any chance you might have an npm recipe example? Maybe something like express? -- ___ Openembedd

[OE-core] [PATCH] npm.bbclass: Add npm class to match fetcher

2016-02-25 Thread brendan . le . foll
From: Brendan Le Foll npm class supports the npm fetcher, helping doing the basic compile/install stages of an npm package Signed-off-by: Brendan Le Foll --- meta/classes/npm.bbclass | 25 + 1 file changed, 25 insertions(+) create mode 100644 meta/classes/npm.bbclass