summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nodejs/nodejs4
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/nodejs/nodejs4
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/nodejs/nodejs4')
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs4/libev-cross-cc_0.4.12.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs4/libev-cross-cc_0.4.12.patch b/meta-oe/recipes-devtools/nodejs/nodejs4/libev-cross-cc_0.4.12.patch
new file mode 100644
index 0000000000..2b9838f0c6
--- /dev/null
+++ b/meta-oe/recipes-devtools/nodejs/nodejs4/libev-cross-cc_0.4.12.patch
@@ -0,0 +1,13 @@
1diff --git a/deps/libev/wscript b/deps/libev/wscript
2index 4f6c9a8..1796749 100644
3--- a/deps/libev/wscript
4+++ b/deps/libev/wscript
5@@ -58,7 +58,7 @@ def configure(conf):
6 return 0;
7 }
8 """
9- conf.check_cc(fragment=code, define_name="HAVE_CLOCK_SYSCALL", execute=True,
10+ conf.check_cc(fragment=code, define_name="HAVE_CLOCK_SYSCALL", execute=False,
11 msg="Checking for SYS_clock_gettime")
12
13 have_librt = conf.check(lib='rt', uselib_store='RT')