diff options
author | Stephen Walker <stephendwalker+github@gmail.com> | 2017-06-03 15:12:37 -0400 |
---|---|---|
committer | Stephen Walker <stephendwalker+github@gmail.com> | 2017-06-03 16:38:06 -0400 |
commit | b63a80921387208776df88b0a83526a80cce4174 (patch) | |
tree | 5bb17be8ba613565d28cf89d44b6757aabed04ae /net/sysrepo | |
parent | 870a6211072d5017b722914e2b91c706fa0b1138 (diff) |
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>
Diffstat (limited to 'net/sysrepo')
-rw-r--r-- | net/sysrepo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/sysrepo/Makefile b/net/sysrepo/Makefile index 721b2052b..4eb8ba52b 100644 --- a/net/sysrepo/Makefile +++ b/net/sysrepo/Makefile @@ -32,7 +32,7 @@ include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk define Package/libsysrepo - SECTION:=util + SECTION:=utils CATEGORY:=Utilities URL:=$(PKG_SOURCE_URL) TITLE:=YANG-based data store library @@ -40,7 +40,7 @@ define Package/libsysrepo endef define Package/sysrepo - SECTION:=util + SECTION:=utils CATEGORY:=Utilities URL:=$(PKG_SOURCE_URL) TITLE:=YANG-based data store daemon and plugin @@ -48,7 +48,7 @@ define Package/sysrepo endef define Package/sysrepoctl - SECTION:=util + SECTION:=utils CATEGORY:=Utilities URL:=$(PKG_SOURCE_URL) TITLE:=sysrepo cli tool @@ -56,7 +56,7 @@ define Package/sysrepoctl endef define Package/sysrepocfg - SECTION:=util + SECTION:=utils CATEGORY:=Utilities URL:=$(PKG_SOURCE_URL) TITLE:=sysrepo configuration tool |