Loading package/libuv/Config.in +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBUV libuv is a multi-platform support library with a focus on asynchronous I/O. https://github.com/joyent/libuv https://github.com/libuv/libuv comment "libuv needs a toolchain w/ IPv6, threads" depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS Loading package/libuv/libuv.mk +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ # ################################################################################ LIBUV_VERSION = v0.11.29 LIBUV_SITE = $(call github,joyent,libuv,$(LIBUV_VERSION)) LIBUV_VERSION = v1.0.2 LIBUV_SITE = $(call github,libuv,libuv,$(LIBUV_VERSION)) LIBUV_DEPENDENCIES = host-pkgconf LIBUV_INSTALL_STAGING = YES LIBUV_AUTORECONF = YES Loading Loading
package/libuv/Config.in +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBUV libuv is a multi-platform support library with a focus on asynchronous I/O. https://github.com/joyent/libuv https://github.com/libuv/libuv comment "libuv needs a toolchain w/ IPv6, threads" depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS Loading
package/libuv/libuv.mk +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ # ################################################################################ LIBUV_VERSION = v0.11.29 LIBUV_SITE = $(call github,joyent,libuv,$(LIBUV_VERSION)) LIBUV_VERSION = v1.0.2 LIBUV_SITE = $(call github,libuv,libuv,$(LIBUV_VERSION)) LIBUV_DEPENDENCIES = host-pkgconf LIBUV_INSTALL_STAGING = YES LIBUV_AUTORECONF = YES Loading