mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/v4l2loopback: drop _CPE_ID_VENDOR
Commit1edb9d691d(package/v4l2loopback: add V4L2LOOPBACK_CPE_ID_VENDOR) added that variable, but set to its default value. This is however not required to define a valid CPE ID, as it also defines a non-default CPE_ID_PREFIX. Drop V4L2LOOPBACK_CPE_ID_VENDOR now. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit74682e07df) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
722c67da96
commit
d18808049c
@@ -8,7 +8,6 @@ V4L2LOOPBACK_VERSION = 0.12.7
|
||||
V4L2LOOPBACK_SITE = $(call github,umlaeute,v4l2loopback,v$(V4L2LOOPBACK_VERSION))
|
||||
V4L2LOOPBACK_LICENSE = GPL-2.0+
|
||||
V4L2LOOPBACK_LICENSE_FILES = COPYING
|
||||
V4L2LOOPBACK_CPE_ID_VENDOR = v4l2loopback_project
|
||||
V4L2LOOPBACK_CPE_ID_PREFIX = cpe:2.3:o
|
||||
|
||||
ifeq ($(BR2_PACKAGE_V4L2LOOPBACK_UTILS),y)
|
||||
|
||||
Reference in New Issue
Block a user