Commit cebe3d25 authored by Jörg Krause's avatar Jörg Krause Committed by Thomas Petazzoni
Browse files

package/libuv: bump to version 1.0.2



libuv has moved to github.com/libuv/libuv

[Thomas: fix Config.in help text, as noticed by Baruch.]

Signed-off-by: default avatarJörg Krause <jkrause@posteo.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 4ac8f78d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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