From patchwork Tue Jun 2 10:26:28 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 479375 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 3E4B41412E2 for ; Tue, 2 Jun 2015 20:26:44 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=KXQYface; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8385791F66; Tue, 2 Jun 2015 10:26:43 +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 35SmyoZscBck; Tue, 2 Jun 2015 10:26:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 7015891F85; Tue, 2 Jun 2015 10:26:37 +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 ACF691C1EA4 for ; Tue, 2 Jun 2015 10:26:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A9C4D30D29 for ; Tue, 2 Jun 2015 10:26:34 +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 hLgjHhIHM257 for ; Tue, 2 Jun 2015 10:26:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by silver.osuosl.org (Postfix) with ESMTPS id BE81A2FDBC for ; Tue, 2 Jun 2015 10:26:33 +0000 (UTC) Received: by wgme6 with SMTP id e6so135974810wgm.2 for ; Tue, 02 Jun 2015 03:26:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=TkWs9mI1qroD4PG8tKceTf0/FSACI4yKqYA2pft/YrE=; b=KXQYfacefGSc8d1fxzaUSz090S3tXEylQIqFWhJL50glPydQ1Z7UdIHDf+60X9HOwf zP+MOakHZ7aBbgtmfibVuGPNsl4/xq+ExlJyeBZ9LqVM3cC3X/VK4OIg9yJflkpy5QXz pP/jeG8mk1NSs3TSkVRr79awtPHGctk1vAgqAWLRLqmXaIa0wVcYjt91j3V5oIZvppH3 Cr4o5S8Asb9FH9Zx9orCBzVW95rh/x9LwQRsZULnzZgv3GYQrRq3tTKAkUaCbRP0Er6K 9DHkieiRvwktcVS6Qxsd7DwboMZ1hNbeNhXTsSJ3wRk0lupDV1bwmMIoU5wXxd1U2hQR NFLg== X-Received: by 10.194.185.8 with SMTP id ey8mr50212851wjc.118.1433240792233; Tue, 02 Jun 2015 03:26:32 -0700 (PDT) Received: from beast.localdomain (dynamic-adsl-84-221-128-105.clienti.tiscali.it. [84.221.128.105]) by mx.google.com with ESMTPSA id ej5sm26104621wjd.22.2015.06.02.03.26.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Jun 2015 03:26:31 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Tue, 2 Jun 2015 12:26:28 +0200 Message-Id: <1433240788-14191-3-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.4.1 In-Reply-To: <1433240788-14191-1-git-send-email-fabio.porcedda@gmail.com> References: <1433240788-14191-1-git-send-email-fabio.porcedda@gmail.com> Subject: [Buildroot] [PATCH 3/3] package/mtd: add 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" Signed-off-by: Fabio Porcedda Acked-by: Gustavo Zacarias --- package/mtd/mtd.hash | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 package/mtd/mtd.hash diff --git a/package/mtd/mtd.hash b/package/mtd/mtd.hash new file mode 100644 index 0000000..79b90ae --- /dev/null +++ b/package/mtd/mtd.hash @@ -0,0 +1,3 @@ +# Locally calculated after checking pgp signature +# ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-1.5.1.tar.bz2.asc +sha256 3b2ed1d05f73bd3789a85bebf5072874a72f8daf63552fd44a94e2a9acf1620b mtd-utils-1.5.1.tar.bz2