packages: cleanup Makefile variables

Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
This commit is contained in:
Stephen Walker
2017-06-03 15:12:37 -04:00
parent 870a621107
commit b63a809213
18 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ define ProfileGen
define Package/libopensc-profile-$(subst _,-,$(firstword $(subst :, ,$(1))))
TITLE:=$(firstword $(subst :, ,$(1))) card profile for opensc
URL:=https://github.com/OpenSC/OpenSC/wiki
SECTION:=lib
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=libopensc
endef