package/pkg-utils: add missing licensing data to show-info
While the list of licenses is present in the show-info output, the list of license files and the redistributable status were missing. Add them. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
1dd39dcf12
commit
5647d5c190
@ -157,6 +157,10 @@ endef
|
||||
define _json-info-pkg-details
|
||||
"version": $(call mk-json-str,$($(1)_DL_VERSION)),
|
||||
"licenses": $(call mk-json-str,$($(1)_LICENSE)),
|
||||
"license_files": [
|
||||
$(foreach f, $($(1)_LICENSE_FILES),$(call mk-json-str,$(f))$(comma))
|
||||
],
|
||||
"redistributable": $(if $(filter NO,$($(1)_REDISTRIBUTE)),false,true),
|
||||
"dl_dir": $(call mk-json-str,$($(1)_DL_SUBDIR)),
|
||||
"downloads": [
|
||||
$(foreach dl,$(sort $($(1)_ALL_DOWNLOADS)),
|
||||
|
Loading…
Reference in New Issue
Block a user