diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-08 11:24:01 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-08 21:48:57 +0200 |
commit | 05203855acb5c484af45e3abdae6a2cc3e9ddfd7 (patch) | |
tree | 40cb005def2f54463cfdcd0a9bfabb5b593f3cbd /meta-oe | |
parent | d03ee17c2e40dcbbed9c6623f2e5169b4729f2e3 (diff) | |
download | meta-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')
-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 2b9838f0c..2b9838f0c 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 b87b96909..522b5396a 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 () { | |||
28 | } | 28 | } |
29 | 29 | ||
30 | do_install () { | 30 | do_install () { |
31 | DESTDIR=${D} oe_runmake install | 31 | install -d ${D}${bindir} |
32 | install -m 0755 build/default/node ${D}${bindir}/node4 | ||
32 | } | 33 | } |
33 | 34 | ||
34 | RDEPENDS_${PN} = "curl python-shell python-datetime python-subprocess python-crypt python-textutils python-netclient " | ||
35 | RDEPENDS_${PN}_virtclass-native = "curl-native python-native" | ||
36 | 35 | ||
37 | FILES_${PN} += "${libdir}/node/wafadmin" | ||
38 | BBCLASSEXTEND = "native" | ||