From: Fabrice Fontaine Date: Fri, 15 Jan 2021 06:53:58 +0000 (+0100) Subject: package/domoticz: add DOMOTICZ_CPE_ID_VENDOR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=026a1b02d0708a2274b4aa446ce813c0c07c14fe;p=buildroot.git package/domoticz: add DOMOTICZ_CPE_ID_VENDOR cpe:2.3:a:domoticz:domoticz is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Adomoticz%3Adomoticz Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- diff --git a/package/domoticz/domoticz.mk b/package/domoticz/domoticz.mk index 0ceaab87b4..0cd3520a71 100644 --- a/package/domoticz/domoticz.mk +++ b/package/domoticz/domoticz.mk @@ -8,6 +8,7 @@ DOMOTICZ_VERSION = 2020.1 DOMOTICZ_SITE = $(call github,domoticz,domoticz,$(DOMOTICZ_VERSION)) DOMOTICZ_LICENSE = GPL-3.0 DOMOTICZ_LICENSE_FILES = License.txt +DOMOTICZ_CPE_ID_VENDOR = domoticz DOMOTICZ_DEPENDENCIES = \ boost \ host-pkgconf \