mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user