From patchwork Mon Feb 4 11:31:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] nodejs-0.8.18: use gcc/g++/ld wrappers also for native build Date: Mon, 04 Feb 2013 11:31:04 -0000 From: Martin Jansa X-Patchwork-Id: 44005 Message-Id: <1359977464-19529-3-git-send-email-Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * it was calling ld with g++ arguments Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb b/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb index 63c9660..6c79973 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb @@ -52,10 +52,6 @@ do_configure () { ./configure --prefix=${prefix} --without-snapshot ${ARCHFLAGS} } -do_compile_virtclass-native () { - make BUILDTYPE=Release -} - do_compile () { export PATH=${WORKDIR}:${PATH} export CC=gcc