diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-09-24 20:16:21 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2023-09-27 22:33:09 +0200 |
commit | 0a1dc007e49cf20a961de52c36dbf35dd7ef74dd (patch) | |
tree | 3cd3b80af262eb01f5ff3bd0f625b01cbc1cba7c /package/system | |
parent | 32e32d5011eeb409fb34fb12e4a47d33d8f8df4b (diff) | |
download | upstream-0a1dc007e49cf20a961de52c36dbf35dd7ef74dd.tar.gz upstream-0a1dc007e49cf20a961de52c36dbf35dd7ef74dd.tar.bz2 upstream-0a1dc007e49cf20a961de52c36dbf35dd7ef74dd.zip |
treewide: Add extra CPE identifier
This adds some Common Platform Enumerations (CPE) identifiers which I
found.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/system')
-rw-r--r-- | package/system/iucode-tool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/system/iucode-tool/Makefile b/package/system/iucode-tool/Makefile index d7c85b2d42..c2ea37a5c5 100644 --- a/package/system/iucode-tool/Makefile +++ b/package/system/iucode-tool/Makefile @@ -14,6 +14,7 @@ PKG_RELEASE:=2 PKG_SOURCE:=iucode-tool_$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://gitlab.com/iucode-tool/releases/raw/latest PKG_HASH:=12b88efa4d0d95af08db05a50b3dcb217c0eb2bfc67b483779e33d498ddb2f95 +PKG_CPE_ID:=cpe:/a:iucode-tool_project:iucode-tool PKG_BUILD_DEPENDS:=USE_UCLIBC:argp-standalone USE_MUSL:argp-standalone HOST_BUILD_DEPENDS:=HOST_OS_MACOS:argp-standalone/host |