From patchwork Thu Jun 6 16:47:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 249500 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 8F24F2C007E for ; Fri, 7 Jun 2013 02:50:57 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1DA458BEE1; Thu, 6 Jun 2013 16:50:54 +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 tXWrRgRVY3yG; Thu, 6 Jun 2013 16:50:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4B6048D38B; Thu, 6 Jun 2013 16:50:25 +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 652798F753 for ; Thu, 6 Jun 2013 16:48:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3366C8D22E for ; Thu, 6 Jun 2013 16:48:08 +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 uevVVLae9Onf for ; Thu, 6 Jun 2013 16:48:02 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7277D8D171 for ; Thu, 6 Jun 2013 16:48:02 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id va7so4977289obc.41 for ; Thu, 06 Jun 2013 09:48:01 -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=NTdP9+gQSBRvn8kcPbBjpumEafnwkx3F+ixQuKm4xcc=; b=L9cvW0/eK0kBlcgyt11VLEbHrAmQX466xvTmfv6I3XncI2y4VzO3MNqXlVnpkTDOgt MZF+PI6FzLOVPupQ0RgwXowGizCZnumZTZ+CoYijaIjUnbRnP7SB5x+hMnA3QwVXHlr7 FfdrD6rjMXgPKNS05DdE+o8ZU2h8zuyo/DcDlDqLkTI6YF98kLyZQZ6yWDvmz03imq4l mq+c2aR0L5cKnKKu/4mXjxU1q1ee8simXd2NA7FUaZg1Z6wWROgzfpnGjZEANK/DD6H5 QCQ+tftYN8O9qVv9aNz2rfY+cM+9t+5RS74mtVO7nWEbLpBJz39blJiJODb7dZCtSpAU DN+Q== X-Received: by 10.60.162.98 with SMTP id xz2mr9475956oeb.7.1370537281466; Thu, 06 Jun 2013 09:48:01 -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.48.00 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Jun 2013 09:48:00 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Thu, 6 Jun 2013 11:47:28 -0500 Message-Id: <1370537249-15682-13-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: ALoCoQl+xK9lRCUEh/wi32Y0EfW7QjJ7lW1YML8n/mdjE6TDDu6B0ROBIOzsO49fz/UiXWaXJ6LM Subject: [Buildroot] [PATCH 13/14] ti-utils: 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/ti-utils/ti-utils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ti-utils/ti-utils.mk b/package/ti-utils/ti-utils.mk index 956daf4..24af3b3 100644 --- a/package/ti-utils/ti-utils.mk +++ b/package/ti-utils/ti-utils.mk @@ -5,7 +5,7 @@ ############################################################# TI_UTILS_VERSION = 06dbdb2 -TI_UTILS_SITE = http://github.com/gxk/ti-utils/tarball/master +TI_UTILS_SITE = http://github.com/gxk/ti-utils/tarball/$(TI_UTILS_VERSION) TI_UTILS_DEPENDENCIES = libnl define TI_UTILS_BUILD_CMDS