diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2023-12-05 11:09:21 -0700 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-12-08 02:58:12 +0800 |
commit | 728d1311b253ff379508459643663a793f38057d (patch) | |
tree | 604a7273092afd5f0d267c9fbea1fd0afc942929 /utils | |
parent | 33512191380328512aea0e9f787456b3be18686b (diff) |
cligen: Address last minute review comments
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/cligen/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/utils/cligen/Makefile b/utils/cligen/Makefile index 40a058fe2..f15d9cd4e 100644 --- a/utils/cligen/Makefile +++ b/utils/cligen/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cligen PKG_VERSION:=6.5.0 -PKG_RELEASE:=1 -PKG_MAINTAINER:=Olof Hagsand <olof@hagsand.se>, Philip Prindeville <philipp@redfish-solutions.com> +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/clicon/$(PKG_NAME)/tar.gz/$(PKG_VERSION)? PKG_HASH:=8b3943430f7aa9eea6a5f7cf1ace5b68eb382380cf68f41ae3ef5e032e08816f +PKG_MAINTAINER:=Olof Hagsand <olof@hagsand.se>, Philip Prindeville <philipp@redfish-solutions.com> PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.md @@ -32,7 +32,8 @@ define Package/cligen endef define Package/cligen/description - CLIgen is a Command-Line Interface generator + CLIgen provides dynamic CLI interpretation from grammar files + handled at run-time. endef CONFIGURE_ARGS+= \ |