mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 04:31:56 +02:00
nodejs: Update to latest 0.4x series release 0.4.12
Rename patch and update checksums accordingly. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
66f3e4d7ca
commit
86c42ab05a
@@ -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