Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILES

Without the trailing _S_ the variable is not considered at all.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
Michael Heimpold
2016-09-03 00:00:54 +02:00
parent 16c9bfdbf7
commit def97187d2
10 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libcoap
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/obgm/libcoap
@@ -18,7 +18,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.bz2
PKG_MAINTAINER:=Anton Glukhov <anton.a.glukhov@gmail.com>
PKG_LICENSE:=GPL-2.0+ BSD-2-Clause
PKG_LICENSE_FILE:=COPYING LICENSE.GPL LICENSE.BSD
PKG_LICENSE_FILES:=COPYING LICENSE.GPL LICENSE.BSD
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1