mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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:
+2
-5
@@ -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"
|
||||
Reference in New Issue
Block a user