From patchwork Sun Nov 2 15:25:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 405907 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 E3112140081 for ; Mon, 3 Nov 2014 02:26:14 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 54FBDA1CFA; Sun, 2 Nov 2014 15:26:13 +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 S_1JbeonnT8r; Sun, 2 Nov 2014 15:26:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id AAE7AA1BCF; Sun, 2 Nov 2014 15:26:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 9DCEE1C2907 for ; Sun, 2 Nov 2014 15:26:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 90E8426AB4 for ; Sun, 2 Nov 2014 15:26:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 015GZjGMfezi for ; Sun, 2 Nov 2014 15:26:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by silver.osuosl.org (Postfix) with ESMTPS id D191B33050 for ; Sun, 2 Nov 2014 15:26:03 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id d1so4621619wiv.13 for ; Sun, 02 Nov 2014 07:26:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=MQsCpuqXLmLDjylMgXe34BAl2UnD5pFn7CmTLdFLdG4=; b=k40fnHBNG4Z/i50w35BmrNcoxZQLhaxsDReOu5D9oUcCBnG2nsidyvtx338xJjal3A gHTkSqtgs93M+XPBmz2Yyf7sZUIfPhxT/crnLvKyUqo6cQ+Q/UPirUciv1L8KXw8nc3g QTYMynE+wTX1ZPKhVGCZdHwLxkhycY/B9dVBts+5mx0i4LrIJXVTapIg+VGlkSF5Tu9F XJLBIyeJHv9kafNV/Wyt4NqXuy4jTbzpxSJ0mwv4Y5BWu68lDWfxRnCf4RW25B+fPqO5 Khjz4xf9+vmVWp0fYOnhgTuzdbhEqe8gXh13L8IFLIFeo5B4XDSX6QX2L8/gK64UKiuZ Ce+Q== X-Received: by 10.194.250.68 with SMTP id za4mr3765197wjc.83.1414941962392; Sun, 02 Nov 2014 07:26:02 -0800 (PST) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id ny6sm5504026wic.22.2014.11.02.07.26.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 02 Nov 2014 07:26:01 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Sun, 2 Nov 2014 16:25:55 +0100 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 3/5] opencv: Remove hash file 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" From: Maxime Hadjinlian Since the tarball we download is generated from GitHub, there's no saying that the tarball won't differ in a month from now. So the hash has no value there. Signed-off-by: Maxime Hadjinlian Reviewed-by: "Yann E. MORIN" Signed-off-by: Yann E. MORIN --- YEM: - remove comment about changes to the manual, done in a previous patch; - after some testing, it seems tarballs are cached for only about 15 minutes, which is largely enough to easily trigger a false hash mismatch. --- package/opencv/opencv.hash | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 package/opencv/opencv.hash diff --git a/package/opencv/opencv.hash b/package/opencv/opencv.hash deleted file mode 100644 index fc3b750..0000000 --- a/package/opencv/opencv.hash +++ /dev/null @@ -1,3 +0,0 @@ -# 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