summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb')
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb10
1 files changed, 5 insertions, 5 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 2db9e6814b..ec9e4cf061 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_0.8.18.bb
@@ -21,18 +21,18 @@ ARCHFLAGS ?= ""
21 21
22# Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi 22# Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi
23do_configure () { 23do_configure () {
24 export LD="${CXX}" 24 export LD="${CXX}"
25 25
26 ./configure --prefix=${prefix} --without-snapshot ${ARCHFLAGS} 26 ./configure --prefix=${prefix} --without-snapshot ${ARCHFLAGS}
27} 27}
28 28
29do_compile () { 29do_compile () {
30 export LD="${CXX}" 30 export LD="${CXX}"
31 make BUILDTYPE=Release 31 make BUILDTYPE=Release
32} 32}
33 33
34do_install () { 34do_install () {
35 oe_runmake install DESTDIR=${D} 35 oe_runmake install DESTDIR=${D}
36} 36}
37 37
38RDEPENDS_${PN} = "curl python-shell python-datetime python-subprocess python-crypt python-textutils python-netclient " 38RDEPENDS_${PN} = "curl python-shell python-datetime python-subprocess python-crypt python-textutils python-netclient "