nodejs 0.4.12: rename to node4 to make it parallel installable with 0.6.x
authorKoen Kooi <koen@dominion.thruhere.net>
Sun, 8 Apr 2012 09:24:01 +0000 (11:24 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:20:00 +0000 (08:20 -0800)
This is done to support running cloud9 using node 0.4.x but all other node apps with 0.6.x

(From meta-openembedded rev: 05203855acb5c484af45e3abdae6a2cc3e9ddfd7)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs4/libev-cross-cc_0.4.12.patch [moved from meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/libev-cross-cc_0.4.12.patch with 100% similarity]
meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs4_0.4.12.bb [moved from meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs_0.4.12.bb with 72% similarity]

@@ -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"