package/luv: bump to version 1.32.0-0
authorJörg Krause <joerg.krause@embedded.rocks>
Mon, 4 Nov 2019 14:20:02 +0000 (15:20 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 4 Nov 2019 20:58:37 +0000 (21:58 +0100)
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>
package/luv/libluv.pc.in [deleted file]
package/luv/luv.hash
package/luv/luv.mk

diff --git a/package/luv/libluv.pc.in b/package/luv/libluv.pc.in
deleted file mode 100644 (file)
index d1544f6..0000000
+++ /dev/null
@@ -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}
index c3a3062e1c29e4f9cda263b6fa3f6950683eea92..1f1d65c3f92abb565e50430bf620d8a3d2533576 100644 (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
index c6a8eab15896c6210a14bf3e358b69252697ff2e..5723bc02e41cb1f80171c8ba0bf9780a34d7dc12 100644 (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 \