mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Also, bump package/opencv4-contrib to in lock-step. This addresses both CVE-2023-2617 and CVE-2023-2618, that have been fixed in OpenCV 4.8.0. Signed-off-by: Woodrow Douglass <wdouglass@carnegierobotics.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit a01490397e4cc11155b3c396ded382eefeef4f12) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
595 B
Makefile
17 lines
595 B
Makefile
################################################################################
|
|
#
|
|
# opencv4-contrib
|
|
#
|
|
################################################################################
|
|
|
|
OPENCV4_CONTRIB_VERSION = 4.8.1
|
|
OPENCV4_CONTRIB_SITE = $(call github,opencv,opencv_contrib,$(OPENCV4_CONTRIB_VERSION))
|
|
OPENCV4_CONTRIB_INSTALL_TARGET = FALSE
|
|
OPENCV4_CONTRIB_LICENSE = Apache-2.0
|
|
OPENCV4_CONTRIB_LICENSE_FILES = LICENSE
|
|
|
|
# Modules provided by opencv4-contrib are built as part of the opencv4 package,
|
|
# so opencv4-contrib only serves for downloading the source code.
|
|
|
|
$(eval $(generic-package))
|