This allows uvw to be again in sync with the libuv package, following
the bump of libuv to v1.48 in commit
bd2f99246c
("package/libuv: security
bump to version 1.48")
The hash of the license file has changed due to a copyright year
update.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit c54134bf6914593caaa9ed4aa11cbe3a17c59eca)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
441 B
Makefile
17 lines
441 B
Makefile
################################################################################
|
|
#
|
|
# uvw
|
|
#
|
|
################################################################################
|
|
|
|
UVW_VERSION = 3.4.0_libuv_v1.48
|
|
UVW_SITE = $(call github,skypjack,uvw,v$(UVW_VERSION))
|
|
UVW_INSTALL_STAGING = YES
|
|
UVW_INSTALL_TARGET = NO
|
|
UVW_SUPPORTS_IN_SOURCE_BUILD = NO
|
|
UVW_DEPENDENCIES = libuv
|
|
UVW_LICENSE = MIT
|
|
UVW_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cmake-package))
|