mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
Replace LIBFOO_CPE_ID_NAME by LIBFOO_CPE_ID_PRODUCT
Replace LIBFOO_CPE_ID_NAME by LIBFOO_CPE_ID_PRODUCT to better "comply" with the official "Well-Formed CPE Name Data Model" parameters: - https://csrc.nist.gov/publications/detail/nistir/7695/final - https://nvlpubs.nist.gov/nistpubs/Legacy/IR/nistir7695.pdf Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d90cee6d11
commit
4b6202f721
@@ -16,7 +16,7 @@ PYTHON_LXML_LICENSE_FILES = \
|
||||
doc/licenses/elementtree.txt \
|
||||
src/lxml/isoschematron/resources/rng/iso-schematron.rng
|
||||
PYTHON_LXML_CPE_ID_VENDOR = lxml
|
||||
PYTHON_LXML_CPE_ID_NAME = lxml
|
||||
PYTHON_LXML_CPE_ID_PRODUCT = lxml
|
||||
|
||||
# python-lxml can use either setuptools, or distutils as a fallback.
|
||||
# So, we use setuptools.
|
||||
|
||||
Reference in New Issue
Block a user