From 8e6f049b268186e9db31225e4fe0ab21d96ad373 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 30 Apr 2019 14:52:57 -0700 Subject: 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 --- libs/log4cplus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/log4cplus') 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 , Rosy Song 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 -- cgit v1.2.3