mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
package/opencv4: bump to version 4.10.0
https://github.com/opencv/opencv/wiki/ChangeLog#version4100 Signed-off-by: Woodrow Douglass <wdouglass@carnegierobotics.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
ee2b57e0c9
commit
a8ecf73895
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 8952c45a73b75676c522dd574229f563e43c271ae1d5bbbd26f8e2b6bc1a4dae opencv4-contrib-4.9.0.tar.gz
|
||||
sha256 65597f8fb8dc2b876c1b45b928bbcc5f772ddbaf97539bf1b737623d0604cba1 opencv4-contrib-4.10.0.tar.gz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPENCV4_CONTRIB_VERSION = 4.9.0
|
||||
OPENCV4_CONTRIB_VERSION = 4.10.0
|
||||
OPENCV4_CONTRIB_SITE = $(call github,opencv,opencv_contrib,$(OPENCV4_CONTRIB_VERSION))
|
||||
OPENCV4_CONTRIB_INSTALL_TARGET = NO
|
||||
OPENCV4_CONTRIB_LICENSE = Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 ddf76f9dffd322c7c3cb1f721d0887f62d747b82059342213138dc190f28bc6c opencv4-4.9.0.tar.gz
|
||||
sha256 b2171af5be6b26f7a06b1229948bbb2bdaa74fcf5cd097e0af6378fce50a6eb9 opencv4-4.10.0.tar.gz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPENCV4_VERSION = 4.9.0
|
||||
OPENCV4_VERSION = 4.10.0
|
||||
OPENCV4_SITE = $(call github,opencv,opencv,$(OPENCV4_VERSION))
|
||||
OPENCV4_INSTALL_STAGING = YES
|
||||
OPENCV4_LICENSE = Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user