mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
https://github.com/libuv/libuv/blob/v1.52.1/ChangeLog There's no newer release of uvw, and the current version of uvw continues to build with libuv 1.52.1. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
19 lines
609 B
Makefile
19 lines
609 B
Makefile
################################################################################
|
|
#
|
|
# libuv
|
|
#
|
|
################################################################################
|
|
|
|
# When bumping libuv, check if a new version of uvw is available
|
|
# and bump it too.
|
|
LIBUV_VERSION = 1.52.1
|
|
LIBUV_SOURCE = libuv-v$(LIBUV_VERSION)-dist.tar.gz
|
|
LIBUV_SITE = https://dist.libuv.org/dist/v$(LIBUV_VERSION)
|
|
LIBUV_DEPENDENCIES = host-pkgconf
|
|
LIBUV_INSTALL_STAGING = YES
|
|
LIBUV_LICENSE = BSD-2-Clause, BSD-3-Clause, ISC, MIT
|
|
LIBUV_LICENSE_FILES = LICENSE LICENSE-extra
|
|
LIBUV_CPE_ID_VENDOR = libuv
|
|
|
|
$(eval $(autotools-package))
|