diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-12-20 20:04:54 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-22 00:14:30 +0100 |
commit | 51a763ab0fd0b2d5952d3c7f5c9943c81eb6528a (patch) | |
tree | 147478f8ccffaf440da7138ac7961e708ca337bf | |
parent | 377d8058879524d07231a11da0e5ccfeed0424e2 (diff) | |
download | upstream-51a763ab0fd0b2d5952d3c7f5c9943c81eb6528a.tar.gz upstream-51a763ab0fd0b2d5952d3c7f5c9943c81eb6528a.tar.bz2 upstream-51a763ab0fd0b2d5952d3c7f5c9943c81eb6528a.zip |
arm-trusted-firmware-sunxi: drop CPE ID
The CPE ID is already set in trusted-firmware-a.mk.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit 9ed1830bdc1e58efb3e5b17c0e484e1a2655b550)
-rw-r--r-- | package/boot/arm-trusted-firmware-sunxi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/boot/arm-trusted-firmware-sunxi/Makefile b/package/boot/arm-trusted-firmware-sunxi/Makefile index 9b97587639..0abfbae750 100644 --- a/package/boot/arm-trusted-firmware-sunxi/Makefile +++ b/package/boot/arm-trusted-firmware-sunxi/Makefile @@ -8,7 +8,6 @@ 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 |