[Buildroot] [git commit branch/2022.02.x] package/qdecoder: add QDECODER_CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Sat Oct 15 15:23:19 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=3c6d0889d18cad3db1bf39d41a18d9c2b76d1da4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.02.x

cpe:2.3:a:qdecoder_project:qdecoder is a valid CPE identifier for this
package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit d95faeea442796d0f79cae2bc666824955a668fe)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/qdecoder/qdecoder.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qdecoder/qdecoder.mk b/package/qdecoder/qdecoder.mk
index 05ee657131..c465617e26 100644
--- a/package/qdecoder/qdecoder.mk
+++ b/package/qdecoder/qdecoder.mk
@@ -8,6 +8,7 @@ QDECODER_VERSION = 12.1.0
 QDECODER_SITE = $(call github,wolkykim,qdecoder,v$(QDECODER_VERSION))
 QDECODER_LICENSE = BSD-2-Clause
 QDECODER_LICENSE_FILES = COPYING
+QDECODER_CPE_ID_VENDOR = qdecoder_project
 QDECODER_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
 
 QDECODER_INSTALL_STAGING = YES



More information about the buildroot mailing list