package/luv: bump to version 1.32.0-0

Drop hook to add pc-file. Correct installation of the pc-file is
included in the new version.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Jörg Krause 2019-11-04 15:20:02 +01:00 committed by Thomas Petazzoni
parent 29a66a6761
commit 40eecd15e8
3 changed files with 2 additions and 20 deletions

View File

@ -1,12 +0,0 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=@libdir@
includedir=@includedir@
Name: libluv
Version: @LUV_VERSION@
Description: Bare and full libuv bindings for Lua/LuaJIT.
URL: https://github.com/luvit/luv
Libs: -L${libdir} -lluv @LIBS@
Cflags: -I${includedir}

View File

@ -1,3 +1,3 @@
# Locally calculated
sha256 420fc299f3b25aff55b839e9fe590982f45045b3e53ebeab2449eca7e23a106a luv-1.30.1-0.tar.gz
sha256 25a34b2aecf02d1fd32352c855577dcecd20c756dee9eb7ebecd206bf1de26d3 luv-1.32.0-0.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE.txt

View File

@ -4,19 +4,13 @@
#
################################################################################
LUV_VERSION = 1.30.1-0
LUV_VERSION = 1.32.0-0
LUV_SITE = https://github.com/luvit/luv/releases/download/$(LUV_VERSION)
LUV_LICENSE = Apache-2.0
LUV_LICENSE_FILES = LICENSE.txt
LUV_DEPENDENCIES = libuv
LUV_INSTALL_STAGING = YES
# Archive 1.30.1-0 doesn't contain libluv.pc.in so install it in this hook
define LUV_INSTALL_PC_IN
cp package/luv/libluv.pc.in $(@D)/
endef
LUV_POST_EXTRACT_HOOKS += LUV_INSTALL_PC_IN
LUV_CONF_OPTS += \
-DBUILD_MODULE=OFF \
-DWITH_SHARED_LIBUV=ON \