From patchwork Mon Apr 20 03:25:43 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 462669 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 52464140273 for ; Mon, 20 Apr 2015 13:25:58 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=l3+gX6y+; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E8B3B95D28; Mon, 20 Apr 2015 03:25:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oC883-rNnRAf; Mon, 20 Apr 2015 03:25:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 43C849592B; Mon, 20 Apr 2015 03:25:54 +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 E65741C2219 for ; Mon, 20 Apr 2015 03:25:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 995F5924A8 for ; Mon, 20 Apr 2015 03:25:51 +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 VAPlVjclZgNq for ; Mon, 20 Apr 2015 03:25:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2AD7091D53 for ; Mon, 20 Apr 2015 03:25:50 +0000 (UTC) Received: by widdi4 with SMTP id di4so75956784wid.0 for ; Sun, 19 Apr 2015 20:25:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=45dC4s2M84UNas21YUIcOlM+SZIIlP42l2dgADpIF58=; b=l3+gX6y+gBRo5n4KNlCClLbF2Jaga7IY/zWNQCL1uHOQeEWBNoKxZRvJcj4Bo/hdfU vydcp0sPwh8gje1hvFUsflu7B5BwQT/uCYAgshWyz6P5xm0y9jipQhFA7xLEG/oh3jNv zh62JAoEikLS1llEZ5oQwseL9VHaHIJE4sbi3XvB2k0vBDAnBGLyiHoDfvuZ4ZVoujwI We7G2U4gIDZnZTeMsyhEabBuVfkR5+Z0eTlCi8e3/b+6e7wDEfDw/2RYm35bvvijsFlf AzKGqhGupXUIg2tPgXd3/4smhfrE4zUnaNhPQTIlTwlfLV3x6qjcCpaFZpSwaHsxfsY9 w0Iw== X-Received: by 10.180.90.230 with SMTP id bz6mr20925877wib.79.1429500348664; Sun, 19 Apr 2015 20:25:48 -0700 (PDT) Received: from beast.localdomain (dynamic-adsl-84-221-133-184.clienti.tiscali.it. [84.221.133.184]) by mx.google.com with ESMTPSA id wo10sm25307312wjb.35.2015.04.19.20.25.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Apr 2015 20:25:47 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Mon, 20 Apr 2015 05:25:43 +0200 Message-Id: <1429500345-31730-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.3.5 Subject: [Buildroot] [PATCH 1/3] package/pkgconf: add hash 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 --- package/pkgconf/pkgconf.hash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 package/pkgconf/pkgconf.hash diff --git a/package/pkgconf/pkgconf.hash b/package/pkgconf/pkgconf.hash new file mode 100644 index 0000000..97060bd --- /dev/null +++ b/package/pkgconf/pkgconf.hash @@ -0,0 +1,2 @@ +# Locally computed: +sha256 3bbb1c40832b522de0bf0e5bdeba62160ac499a541facedac5755929a9e87027 pkgconf-0.8.9.tar.bz2