mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +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:
@@ -0,0 +1,13 @@
|
||||
diff --git a/deps/libev/wscript b/deps/libev/wscript
|
||||
index 4f6c9a8..1796749 100644
|
||||
--- a/deps/libev/wscript
|
||||
+++ b/deps/libev/wscript
|
||||
@@ -58,7 +58,7 @@ def configure(conf):
|
||||
return 0;
|
||||
}
|
||||
"""
|
||||
- conf.check_cc(fragment=code, define_name="HAVE_CLOCK_SYSCALL", execute=True,
|
||||
+ conf.check_cc(fragment=code, define_name="HAVE_CLOCK_SYSCALL", execute=False,
|
||||
msg="Checking for SYS_clock_gettime")
|
||||
|
||||
have_librt = conf.check(lib='rt', uselib_store='RT')
|
||||
Reference in New Issue
Block a user