a42e0e4600
Remove all upstream patches Remove IGNORE_CVES for CVE-2020-15158 Build tested: https://gitlab.com/kubu93/buildroot/-/pipelines/309037705 Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
16 lines
514 B
Makefile
16 lines
514 B
Makefile
################################################################################
|
|
#
|
|
# libiec61850
|
|
#
|
|
################################################################################
|
|
|
|
LIBIEC61850_VERSION = 1.5.0
|
|
LIBIEC61850_SITE = $(call github,mz-automation,libiec61850,v$(LIBIEC61850_VERSION))
|
|
LIBIEC61850_INSTALL_STAGING = YES
|
|
LIBIEC61850_LICENSE = GPL-3.0+
|
|
LIBIEC61850_LICENSE_FILES = COPYING
|
|
LIBIEC61850_CPE_ID_VENDOR = mz-automation
|
|
LIBIEC61850_CONF_OPTS = -DBUILD_PYTHON_BINDINGS=OFF
|
|
|
|
$(eval $(cmake-package))
|