From: Fabrice Fontaine Date: Sat, 14 Mar 2026 20:13:07 +0000 (+0100) Subject: sound/fluidsynth: assign PKG_CPE_ID X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f3b5536d8e920b8f2ea48c307f1a2c8135d60356;p=openwrt-packages.git sound/fluidsynth: assign PKG_CPE_ID cpe:/a:fluidsynth:fluidsynth is the correct CPE ID for fluidsynth: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:fluidsynth:fluidsynth Signed-off-by: Fabrice Fontaine --- diff --git a/sound/fluidsynth/Makefile b/sound/fluidsynth/Makefile index f83afe339..b86ef0c09 100644 --- a/sound/fluidsynth/Makefile +++ b/sound/fluidsynth/Makefile @@ -11,6 +11,7 @@ PKG_HASH:=7fb0e328c66a24161049e2b9e27c3b6e51a6904b31b1a647f73cc1f322523e88 PKG_MAINTAINER:=Daniel Golle PKG_LICENSE:=LGPL-2.1 PKG_LICENSE_FILES:=LICENSE +PKG_CPE_ID:=cpe:/a:fluidsynth:fluidsynth include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk