kumquat-buildroot/package/opencv4-contrib/opencv4-contrib.mk
Woodrow Douglass 4f4f2877fc package/opencv4: add support for opencv4_contrib repository for extra modules
This adds a separate opencv4_contrib package to manage
downloading/unpacking that repository. These extra modules
are useful for a lot of applications, but not necessary
for minimal installs, so they are all given dedicated Kconfig
options

It's important to note that the opencv4-contrib package
downloads extra source that is compiled as a part of
the opencv4 package. This is why it is a dependency
of opencv4, and not the other way around

Signed-off-by: Woodrow Douglass <wdouglass@carnegierobotics.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-11-20 10:34:57 +01:00

17 lines
595 B
Makefile

################################################################################
#
# opencv4-contrib
#
################################################################################
OPENCV4_CONTRIB_VERSION = 4.6.0
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))