aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2022-10-19 15:43:37 +0200
committerPetr Štetiar <ynezz@true.cz>2023-11-01 11:14:38 +0000
commit33b3fea70245068030ef64b6d7c5b344d08ba9d8 (patch)
tree56069e584b9406df73ed9312f9bd2a6ba1554998 /include
parent3bbc1d5fba1d700917138334a48c16bafdf48de9 (diff)
downloadupstream-33b3fea70245068030ef64b6d7c5b344d08ba9d8.tar.gz
upstream-33b3fea70245068030ef64b6d7c5b344d08ba9d8.tar.bz2
upstream-33b3fea70245068030ef64b6d7c5b344d08ba9d8.zip
package-dumpinfo: add CPE information to package index
Common Platform Enumeration (CPE) is a structured naming scheme for information technology systems, software, and packages. In order for the information to be processed further, it should also be available in package index files. Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'include')
-rw-r--r--include/package-dumpinfo.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package-dumpinfo.mk b/include/package-dumpinfo.mk
index 597452e4b93..afc325c1ed6 100644
--- a/include/package-dumpinfo.mk
+++ b/include/package-dumpinfo.mk
@@ -36,6 +36,7 @@ $(if $(USERID),Require-User: $(USERID)
)Source: $(PKG_SOURCE)
$(if $(LICENSE),License: $(LICENSE)
)$(if $(LICENSE_FILES),LicenseFiles: $(LICENSE_FILES)
+)$(if $(PKG_CPE_ID),CPE-ID: $(PKG_CPE_ID)
)Type: $(if $(Package/$(1)/targets),$(Package/$(1)/targets),$(if $(PKG_TARGETS),$(PKG_TARGETS),ipkg))
$(if $(KCONFIG),Kernel-Config: $(KCONFIG)
)$(if $(BUILDONLY),Build-Only: $(BUILDONLY)