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>
This commit is contained in:
Koen Kooi
2012-04-08 11:24:01 +02:00
parent d03ee17c2e
commit 05203855ac
2 changed files with 2 additions and 5 deletions
@@ -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"