mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/python-esptool: add CPE variables
cpe:2.3:a:espressif:esptool is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/detail/AC284820-5731-4100-91BC-F50FE078848E Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
506073c3ed
commit
81fab735ae
@@ -10,5 +10,7 @@ PYTHON_ESPTOOL_SITE = https://files.pythonhosted.org/packages/1b/8b/f0d1e75879de
|
||||
PYTHON_ESPTOOL_SETUP_TYPE = setuptools
|
||||
PYTHON_ESPTOOL_LICENSE = GPL-2.0+
|
||||
PYTHON_ESPTOOL_LICENSE_FILES = LICENSE
|
||||
PYTHON_ESPTOOL_CPE_ID_VENDOR = espressif
|
||||
PYTHON_ESPTOOL_CPE_ID_PRODUCT = esptool
|
||||
|
||||
$(eval $(python-package))
|
||||
|
||||
Reference in New Issue
Block a user