[openwrt/openwrt] arm-trusted-firmware-sunxi: add package CPE ID

LEDE Commits lede-commits at lists.infradead.org
Wed Oct 19 12:40:46 PDT 2022


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0671e78a65d3540b1c922433f842cbb42f74950d

commit 0671e78a65d3540b1c922433f842cbb42f74950d
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>
---
 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 178b3958b8..430d78f7a3 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