lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit a0fd61bc62b1246049a680ec90c1d9041d8167bc
parent 19c5c17bbf71ce179f95a3af5a5530850f8dd10e
Author: champtar <champetier.etienne@gmail.com>
Date:   Sun, 24 Apr 2016 19:33:15 +0200

Merge pull request #2090 from luaraneda/opencv_update

opencv: Update to 3.1 to fix compilation problems
Diffstat:
Mlibs/opencv/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libs/opencv/Makefile b/libs/opencv/Makefile @@ -1,6 +1,6 @@ # # Copyright (C) 2013-2014 wrtnode.com -# Copyright (C) 2015 OpenWrt.org +# Copyright (C) 2015-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opencv -PKG_VERSION:=3.0.0 +PKG_VERSION:=3.1.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip PKG_SOURCE_URL:=http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/$(PKG_VERSION)/ -PKG_MD5SUM:=09004c275d8092cbdf5b61675cecd399 +PKG_MD5SUM:=6082ee2124d4066581a7386972bfd52a PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE