From patchwork Thu Jun 6 16:47:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 249491 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id D85E82C007E for ; Fri, 7 Jun 2013 02:48:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E90EB20C23; Thu, 6 Jun 2013 16:48:00 +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 WOfyoiu4r4QR; Thu, 6 Jun 2013 16:47:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 3AB2631C40; Thu, 6 Jun 2013 16:47:56 +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 DD6178F753 for ; Thu, 6 Jun 2013 16:47:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B74058D171 for ; Thu, 6 Jun 2013 16:47:52 +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 4fQMQDj0Ir27 for ; Thu, 6 Jun 2013 16:47:50 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by whitealder.osuosl.org (Postfix) with ESMTPS id 622428BEE1 for ; Thu, 6 Jun 2013 16:47:50 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id o17so2447834oag.13 for ; Thu, 06 Jun 2013 09:47:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=B8ufKsmJCX9bvbWwPyrtmnwXhWQ4pNuIb71bXfjGogw=; b=iaNgVAfFyefMCD6Z4oYEorWgFu7LAhr0doRaF1otuHa1WnXaFUKOJ5rOTs2X3c7Es2 TtBZwA6Dwh3f3SfcC3dBHHrj2HE2CsWFkkiEYWRTDLbS8gfMciLuQDxeUtjO7hW3elyT yBCpP082YGMnwmacJnktylKn31mBlC1/TYwvoQl5peFOl/ppIjx3YKWo+TbetIHkxEE4 NaKbL7qcs8LqLa4ukN28UsWLHN0WMZMPn+k76NBJ0twl1yV7PtCfkIwH9nTW9PByo0lB lFFg4WdTP5dRsyKkffFKrfJ7CzesZPt+inyTES3di19pm7x1EXpC8wdQZQCu2Uy2RZpI aJCA== X-Received: by 10.60.131.199 with SMTP id oo7mr18842456oeb.51.1370537269221; Thu, 06 Jun 2013 09:47:49 -0700 (PDT) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id kz3sm15135248obb.6.2013.06.06.09.47.48 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Jun 2013 09:47:48 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Thu, 6 Jun 2013 11:47:17 -0500 Message-Id: <1370537249-15682-2-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1370537249-15682-1-git-send-email-spenser@gillilanding.com> References: <1370537249-15682-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQmQKQuZ6dxgrr/gDE5jf9Avb1EyY0+3adlrBm/TjqPumPTPJlKvaWQe2Al3mXO3sFSJ2X7M Subject: [Buildroot] [PATCH 02/14] libcofi: fix github tarball to use commit id X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Spenser Gilliland --- package/libcofi/libcofi.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libcofi/libcofi.mk b/package/libcofi/libcofi.mk index e2ce702..7c0bc06 100644 --- a/package/libcofi/libcofi.mk +++ b/package/libcofi/libcofi.mk @@ -5,7 +5,7 @@ ############################################################# LIBCOFI_VERSION = 7313fbe12b0593034d0a1b606bf33c7cf4ababce -LIBCOFI_SITE = http://github.com/simonjhall/copies-and-fills/tarball/master +LIBCOFI_SITE = http://github.com/simonjhall/copies-and-fills/tarball/$(LIBCOFI_VERSION) LIBCOFI_LICENSE = LGPLv2.1 LIBCOFI_LICENSE_FILES = README.md