aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-04-08 11:24:01 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-04-08 21:48:57 +0200
commit05203855acb5c484af45e3abdae6a2cc3e9ddfd7 (patch)
tree40cb005def2f54463cfdcd0a9bfabb5b593f3cbd /meta-oe/recipes-devtools
parentd03ee17c2e40dcbbed9c6623f2e5169b4729f2e3 (diff)
downloadmeta-openembedded-05203855acb5c484af45e3abdae6a2cc3e9ddfd7.tar.gz
nodejs 0.4.12: rename to node4 to make it parallel installable with 0.6.x
This is done to support running cloud9 using node 0.4.x but all other node apps with 0.6.x Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs4/libev-cross-cc_0.4.12.patch (renamed from meta-oe/recipes-devtools/nodejs/nodejs/libev-cross-cc_0.4.12.patch)0
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb (renamed from meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb)7
2 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs/libev-cross-cc_0.4.12.patch b/meta-oe/recipes-devtools/nodejs/nodejs4/libev-cross-cc_0.4.12.patch
index 2b9838f0c6..2b9838f0c6 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs/libev-cross-cc_0.4.12.patch
+++ b/meta-oe/recipes-devtools/nodejs/nodejs4/libev-cross-cc_0.4.12.patch
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb b/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb
index b87b969095..522b5396a7 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb
@@ -28,11 +28,8 @@ do_compile () {
}
do_install () {
- DESTDIR=${D} oe_runmake install
+ install -d ${D}${bindir}
+ install -m 0755 build/default/node ${D}${bindir}/node4
}
-RDEPENDS_${PN} = "curl python-shell python-datetime python-subprocess python-crypt python-textutils python-netclient "
-RDEPENDS_${PN}_virtclass-native = "curl-native python-native"
-FILES_${PN} += "${libdir}/node/wafadmin"
-BBCLASSEXTEND = "native"