From patchwork Wed Oct 1 12:18:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vicente Olivert Riera X-Patchwork-Id: 395492 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id F1495140170 for ; Wed, 1 Oct 2014 22:18:16 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 25782A2183; Wed, 1 Oct 2014 12:18:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cXSLmhL_D0Xv; Wed, 1 Oct 2014 12:18:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 51180A21F4; Wed, 1 Oct 2014 12:18:14 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 73A791BF215 for ; Wed, 1 Oct 2014 12:18:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6FBF7922E4 for ; Wed, 1 Oct 2014 12:18:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iKJe+XiQgRCn for ; Wed, 1 Oct 2014 12:18:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by whitealder.osuosl.org (Postfix) with ESMTP id 1F18D922EA for ; Wed, 1 Oct 2014 12:18:10 +0000 (UTC) Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 67123FC7C375A for ; Wed, 1 Oct 2014 13:18:04 +0100 (IST) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 1 Oct 2014 13:18:07 +0100 Received: from localhost.localdomain (192.168.154.104) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.195.1; Wed, 1 Oct 2014 13:18:06 +0100 From: Vicente Olivert Riera To: Date: Wed, 1 Oct 2014 13:18:00 +0100 Message-ID: <1412165881-64965-1-git-send-email-Vincent.Riera@imgtec.com> X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 X-Originating-IP: [192.168.154.104] Subject: [Buildroot] [PATCH 1/2] opencv: Bump version to 2.4.10 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Vicente Olivert Riera Reviewed-by: Samuel Martin --- package/opencv/opencv.hash | 6 +++--- package/opencv/opencv.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/opencv/opencv.hash b/package/opencv/opencv.hash index 04cb3c5..fc3b750 100644 --- a/package/opencv/opencv.hash +++ b/package/opencv/opencv.hash @@ -1,3 +1,3 @@ -# From https://github.com/itseez/opencv/archive/2.4.9.1/ -md5 f9d8626711a183a8f39ce9822a40f35f opencv-2.4.9.1.tar.gz -sha1 adcaf808e4d5d3b394514061d1da3d4352964c7d opencv-2.4.9.1.tar.gz +# From https://github.com/itseez/opencv/archive/2.4.10/ +md5 3346a59310d788d3845f4fd6043a108a opencv-2.4.10.tar.gz +sha1 a0c2d5944364fc4f26b6160b33c03082b1fa08c1 opencv-2.4.10.tar.gz diff --git a/package/opencv/opencv.mk b/package/opencv/opencv.mk index 628624a..5d3993b 100644 --- a/package/opencv/opencv.mk +++ b/package/opencv/opencv.mk @@ -4,7 +4,7 @@ # ################################################################################ -OPENCV_VERSION = 2.4.9.1 +OPENCV_VERSION = 2.4.10 OPENCV_SITE = $(call github,itseez,opencv,$(OPENCV_VERSION)) OPENCV_INSTALL_STAGING = YES OPENCV_LICENSE = BSD-3c