package/luvi: bump to version 2.7.2
authorJörg Krause <joerg.krause@embedded.rocks>
Thu, 9 Jun 2016 09:33:34 +0000 (11:33 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 9 Jun 2016 09:37:56 +0000 (11:37 +0200)
Version bump includes fetched patch from upstream, so remove it.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/luvi/luvi.hash
package/luvi/luvi.mk

index 7aa099fa31908e884ffc5e2f848cc2234c0eb53a..313aef6964e5704d0fd011e022ccd1862f8c357a 100644 (file)
@@ -1,3 +1,2 @@
 # Locally calculated
-sha256  1177fcc69b1bd74696d7f106e1632462b7331ef7816bbcada91a530ef19235ea  luvi-src-v2.7.0.tar.gz
-sha256  0269504ebd6fe73948bd2314199e686701c6de882fab84a48b8317c0671e84c5  35c3961d10d3f9e3752102ea8e8bb8c187b32241.patch
+sha256  74d52e99174af46aebcf30e26bf5783df8fa3117f54792391bfef4d9c79c4e60  luvi-src-v2.7.2.tar.gz
index c5cfed605682c58e83acd1cdb9a7d5dece656a92..7506a8b72efdf86af8e21545a8802697292acf54 100644 (file)
@@ -4,13 +4,12 @@
 #
 ################################################################################
 
-LUVI_VERSION = v2.7.0
+LUVI_VERSION = v2.7.2
 LUVI_SOURCE = luvi-src-$(LUVI_VERSION).tar.gz
 LUVI_SITE = https://github.com/luvit/luvi/releases/download/$(LUVI_VERSION)
 LUVI_LICENSE = Apache-2.0
 LUVI_LICENSE_FILES = LICENSE.txt
 LUVI_DEPENDENCIES = libuv luajit luv host-luajit
-LUVI_PATCH = https://github.com/luvit/luvi/commit/35c3961d10d3f9e3752102ea8e8bb8c187b32241.patch
 
 # Dispatch all architectures of LuaJIT
 ifeq ($(BR2_i386),y)