From: Cliff Brake Date: Tue, 21 Sep 2010 21:11:52 +0000 (-0400) Subject: nodejs: add native support X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f20e70e0a471bd0f9de82041ec8600abccfe09a0;p=openembedded.git nodejs: add native support --- diff --git a/recipes/nodejs/nodejs_0.2.1.bb b/recipes/nodejs/nodejs_0.2.1.bb index b2bbcc308b..c2e9c4163b 100644 --- a/recipes/nodejs/nodejs_0.2.1.bb +++ b/recipes/nodejs/nodejs_0.2.1.bb @@ -31,3 +31,4 @@ do_install () { DESTDIR=${D} oe_runmake install } +BBCLASSEXTEND = "native"