Files
buildroot/package/libuv/libuv.mk
Bernd Kuhls 994af0d35b package/libuv: bump to version 1.52.1
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>
2026-03-08 17:46:51 +01:00

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