Skip to content

Commit

Permalink
lua-coxpcall: Update to 1.17.0
Browse files Browse the repository at this point in the history
Switched to codeload for Makefile simplicity.

Also removed patch and made adjustments to the installation.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Feb 1, 2019
1 parent 4e3b866 commit cdee557
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
21 changes: 9 additions & 12 deletions lang/lua-coxpcall/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=lua-coxpcall
PKG_VERSION:=1.15.0
PKG_VERSION:=1.17.0
PKG_RELEASE:=1
PKG_MAINTAINER:=Dirk Chang <[email protected]>
PKG_LICENSE:=MIT

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MIRROR_HASH:=2a99faec759aeb858eca3691a40609dd2710255497011e5754c4a2282232154b
PKG_SOURCE_URL:=https://github.com/keplerproject/coxpcall.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=979257892884816c97391dfd7b0a7b30dcc8f479
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=https://codeload.github.com/keplerproject/coxpcall/tar.gz/v1_17_0?
PKG_HASH:=6044f70fcc01f50cae3a191cba13c252dcf9e6f169502e3d9c4a151934c46be0
PKG_BUILD_DIR:=$(BUILD_DIR)/coxpcall-1_17_0

PKG_MAINTAINER:=Dirk Chang <[email protected]>
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=doc/license.html

PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1

include $(INCLUDE_DIR)/package.mk
Expand All @@ -38,10 +39,6 @@ define Package/lua-coxpcall/description
so errors can be dealed without the usual pcall/xpcall issues with coroutines.
endef

TARGET_CFLAGS += $(FPIC)
# add make variable overrides here
MAKE_FLAGS +=

define Build/Configure
endef

Expand Down
4 changes: 0 additions & 4 deletions lang/lua-coxpcall/patches/config.patch

This file was deleted.

0 comments on commit cdee557

Please sign in to comment.