aboutsummaryrefslogtreecommitdiff
path: root/libs/log4cplus
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-04-30 14:52:57 -0700
committerRosen Penev <rosenp@gmail.com>2019-04-30 14:52:57 -0700
commit8e6f049b268186e9db31225e4fe0ab21d96ad373 (patch)
tree08abf2f90c88809e223e3d11f69d57f08d943b9a /libs/log4cplus
parent30e10c07d33ee2a24770cf2ffbe5b8c15a6f5c32 (diff)
treewide: Replace PKG_LICENSE_FILE with PKG_LICENSE_FILES
The latter is actually what is used by the build system. Increased PKG_RELEASE for all packages as this changes the ipk. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/log4cplus')
-rw-r--r--libs/log4cplus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/log4cplus/Makefile b/libs/log4cplus/Makefile
index 9167da74f..314d556b4 100644
--- a/libs/log4cplus/Makefile
+++ b/libs/log4cplus/Makefile
@@ -10,14 +10,14 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=log4cplus
PKG_VERSION:=2.0.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MAINTAINER:=BangLang Huang <banglang.huang@foxmail.com>, Rosy Song <rosysong@rosinson.com>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/log4cplus/log4cplus/releases/download/REL_2_0_3/
PKG_HASH:=c55742c348d09b33219eea00d65b05bdd78ea967761b980b7134855fe24c5f73
-PKG_LICENSE_FILE:=LICENSE
+PKG_LICENSE_FILES:=LICENSE
CMAKE_INSTALL:=1
include $(INCLUDE_DIR)/package.mk