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: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Jörg Krause 2014-12-11 00:18:49 +01:00 committed by Thomas Petazzoni
parent 4ac8f78d37
commit cebe3d25a0
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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