packages: cleanup Makefile variables

Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
This commit is contained in:
Stephen Walker
2016-07-09 14:50:58 -04:00
parent 6d7aa666e5
commit a53bf7192b
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REV).tar.gz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:Norbert Summer <git@o-g.at>
PKG_MAINTAINER:=Norbert Summer <git@o-g.at>
include $(INCLUDE_DIR)/package.mk