From cd7ae5df23ad6be79357268c691bb75282c4d3be Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 14 Mar 2026 14:23:09 +0100 Subject: [PATCH] libs/qrencode: assign PKG_CPE_ID cpe:/a:qrencode_project:qrencode is the correct CPE ID for qrencode: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:qrencode_project:qrencode Signed-off-by: Fabrice Fontaine --- libs/qrencode/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/qrencode/Makefile b/libs/qrencode/Makefile index 291b520338..d4031fc571 100644 --- a/libs/qrencode/Makefile +++ b/libs/qrencode/Makefile @@ -18,6 +18,7 @@ PKG_HASH:=e455d9732f8041cf5b9c388e345a641fd15707860f928e94507b1961256a6923 PKG_MAINTAINER:=Jonathan Bennett PKG_LICENSE:=LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING +PKG_CPE_ID:=cpe:/a:qrencode_project:qrencode PKG_CONFIG_DEPENDS:=CONFIG_QRENCODE_PNG