package/openocd: add CPE vendor and product

openocd:open_on-chip_debugger is a valid CPE ID for openocd, see
https://nvd.nist.gov/products/cpe/detail/91C79641-7554-4DA6-939D-E9B0A6E54C99

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit a46810838a)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Titouan Christophe
2025-08-12 12:01:47 +02:00
committed by Thomas Perale
parent 41cfa2f457
commit 7799f3d02c

View File

@@ -33,6 +33,9 @@ OPENOCD_LICENSE_FILES = \
LICENSES/preferred/MIT \
LICENSES/stand-alone/GPL-3.0
OPENOCD_CPE_ID_VENDOR = openocd
OPENOCD_CPE_ID_PRODUCT = open_on-chip_debugger
# 0001-configure-enable-build-on-uclinux.patch patches configure.ac
OPENOCD_AUTORECONF = YES
OPENOCD_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -std=gnu99"