[openwrt/openwrt] arm-trusted-firmware-sunxi: add package CPE ID
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 23 05:22:14 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/573606991ec4cff4eb0ccd10f2a913dcc06f3603
commit 573606991ec4cff4eb0ccd10f2a913dcc06f3603
Author: Petr Štetiar <ynezz at true.cz>
AuthorDate: Wed Oct 19 21:38:08 2022 +0200
arm-trusted-firmware-sunxi: add package CPE ID
Common Platform Enumeration (CPE) is a structured naming scheme for
information technology systems, software, and packages.
Suggested-by: Steffen Pfendtner <s.pfendtner at ads-tec.de>
Signed-off-by: Petr Štetiar <ynezz at true.cz>
(cherry picked from commit 0671e78a65d3540b1c922433f842cbb42f74950d)
---
package/boot/arm-trusted-firmware-sunxi/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/boot/arm-trusted-firmware-sunxi/Makefile b/package/boot/arm-trusted-firmware-sunxi/Makefile
index 0abfbae750..9b97587639 100644
--- a/package/boot/arm-trusted-firmware-sunxi/Makefile
+++ b/package/boot/arm-trusted-firmware-sunxi/Makefile
@@ -8,6 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=arm-trusted-firmware-sunxi
+PKG_CPE_ID:=cpe:/o:arm:arm_trusted_firmware
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
More information about the lede-commits
mailing list