From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 6A2B0771C0 for ; Sun, 28 Feb 2016 08:32:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u1S8WXmq022026; Sun, 28 Feb 2016 08:32:33 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PseWQJ6LfI6N; Sun, 28 Feb 2016 08:32:33 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u1S8WVl2022021 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 28 Feb 2016 08:32:32 GMT Message-ID: <1456648351.11498.130.camel@linuxfoundation.org> From: Richard Purdie To: Trevor Woerner , brendan.le.foll@intel.com, Patches and discussions about the oe-core layer Date: Sun, 28 Feb 2016 08:32:31 +0000 In-Reply-To: <56D24503.9010803@gmail.com> References: <1456412817-12106-1-git-send-email-brendan.le.foll@intel.com> <56D24503.9010803@gmail.com> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH] npm.bbclass: Add npm class to match fetcher X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 08:32:38 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sat, 2016-02-27 at 19:53 -0500, Trevor Woerner wrote: > On 02/25/16 10:06, brendan.le.foll@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? Not express but there are some in: https://github.com/arfoll/meta-brendan-nodepkgs/tree/master/recipes-node Cheers, Richard