[Buildroot] [git commit branch/2021.02.x] package/python-tqdm: add CPE variables

Peter Korsgaard peter at korsgaard.com
Mon May 17 21:27:52 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=73fb52956367c064781e6febf4737b6b31276469
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

cpe:2.3:a:tqdm_project:tqdm is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Atqdm_project%3Atqdm

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit ca6fab6ef9c3f878c2a54bd0babbc5b2aaa522c4)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-tqdm/python-tqdm.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python-tqdm/python-tqdm.mk b/package/python-tqdm/python-tqdm.mk
index 4ff4696e65..5ceddde14c 100644
--- a/package/python-tqdm/python-tqdm.mk
+++ b/package/python-tqdm/python-tqdm.mk
@@ -10,5 +10,7 @@ PYTHON_TQDM_SITE = https://files.pythonhosted.org/packages/4c/45/830c5c4bfaba60e
 PYTHON_TQDM_SETUP_TYPE = setuptools
 PYTHON_TQDM_LICENSE = MPL-2.0, MIT
 PYTHON_TQDM_LICENSE_FILES = LICENCE
+PYTHON_TQDM_CPE_ID_VENDOR = tqdm_project
+PYTHON_TQDM_CPE_ID_PRODUCT = tqdm
 
 $(eval $(python-package))


More information about the buildroot mailing list