浏览代码

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>
(cherry picked from commit 5647d5c1900bde13cedd36efd09404ea5763c0fb)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yann E. MORIN 1 年之前
父节点
当前提交
ebaca432f1
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      package/pkg-utils.mk

+ 4 - 0
package/pkg-utils.mk

@@ -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)),