diff mbox series

[1/1] package/depot-tools: drop DEPOT_TOOLS_CPE_ID_VENDOR

Message ID 20240201174829.184788-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/depot-tools: drop DEPOT_TOOLS_CPE_ID_VENDOR | expand

Commit Message

Fabrice Fontaine Feb. 1, 2024, 5:48 p.m. UTC
cpe:2.3:a:google:depot-tools added by commit
48730a1a9d882a7c56146bd2955e074aed790dcb has never been a valid CPE ID
for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:google:depot-tools

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/depot-tools/depot-tools.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Korsgaard Feb. 3, 2024, 10:05 a.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > cpe:2.3:a:google:depot-tools added by commit
 > 48730a1a9d882a7c56146bd2955e074aed790dcb has never been a valid CPE ID
 > for this package:

 >   https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:google:depot-tools

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.
Peter Korsgaard Feb. 28, 2024, 9:12 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > cpe:2.3:a:google:depot-tools added by commit
 > 48730a1a9d882a7c56146bd2955e074aed790dcb has never been a valid CPE ID
 > for this package:

 >   https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:google:depot-tools

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2023.11.x, thanks.
diff mbox series

Patch

diff --git a/package/depot-tools/depot-tools.mk b/package/depot-tools/depot-tools.mk
index 634258ffbb..a53afa14d6 100644
--- a/package/depot-tools/depot-tools.mk
+++ b/package/depot-tools/depot-tools.mk
@@ -9,7 +9,6 @@  DEPOT_TOOLS_SITE = https://chromium.googlesource.com/chromium/tools/depot_tools
 DEPOT_TOOLS_SITE_METHOD = git
 DEPOT_TOOLS_LICENSE = BSD-3-Clause
 DEPOT_TOOLS_LICENSE_FILES = LICENSE
-DEPOT_TOOLS_CPE_ID_VENDOR = google
 
 HOST_DEPOT_TOOLS_DEPENDENCIES = \
 	host-python3 \