[Buildroot] [git commit branch/2021.02.x] package/motion: add MOTION_CPE_ID_VENDOR

Peter Korsgaard peter at korsgaard.com
Sun Dec 12 17:31:49 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=2ecd44f615ed1393ea090f5075de51afe3500ce3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x

cpe:2.3:a:motion_project:motion is a valid CPE identifier for this
package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit d5d5d5593392e01e513c6c77ee2076790186b6d1)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/motion/motion.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/motion/motion.mk b/package/motion/motion.mk
index 29b70fd85f..b30c8ed85a 100644
--- a/package/motion/motion.mk
+++ b/package/motion/motion.mk
@@ -8,6 +8,7 @@ MOTION_VERSION = 4.3.2
 MOTION_SITE = $(call github,Motion-Project,motion,release-$(MOTION_VERSION))
 MOTION_LICENSE = GPL-2.0
 MOTION_LICENSE_FILES = doc/COPYING
+MOTION_CPE_ID_VENDOR = motion_project
 MOTION_DEPENDENCIES = host-pkgconf jpeg libmicrohttpd $(TARGET_NLS_DEPENDENCIES)
 # From git
 MOTION_AUTORECONF = YES



More information about the buildroot mailing list