From patchwork Fri Jun 7 00:03:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 249557 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 D9B612C009C for ; Fri, 7 Jun 2013 10:03:43 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id F30A010C678; Fri, 7 Jun 2013 00:03:41 +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 5gd1aYftFMVV; Fri, 7 Jun 2013 00:03:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2764510C674; Fri, 7 Jun 2013 00:03:38 +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 D8AD18F753 for ; Fri, 7 Jun 2013 00:03:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3EC6B8F6C3 for ; Fri, 7 Jun 2013 00:03:37 +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 qS0YOxx68Ji5 for ; Fri, 7 Jun 2013 00:03:36 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ob0-f170.google.com (mail-ob0-f170.google.com [209.85.214.170]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3A2D88F6BF for ; Fri, 7 Jun 2013 00:03:36 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id ef5so5721900obb.15 for ; Thu, 06 Jun 2013 17:03:34 -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=/lFUGhx8J371JPXsXFWByNfQ/NeEbAW4fBL1L2kXOGs=; b=Y9aWRydFbj+NTR05mokamXmQ2LpjdlQsAQx1pX9WVo0PiV6KOfUw1sD9KESlP1DI4W yyP/60CxNjaTOY/wFIuwdXlnKA/lRn10AiK2nuY8st+aeDKRG41f2MkLZCEdBVm3a19L IHIojtzOLDM/HCIbDhFg0b6auMC89SCTaamxHXLvYKO9wKwEQbSF+rdQOteeJac0s8/9 xcRPpSYzRx4mZDDiE1LrC1ssoHmzQpjGvfeBw9Bg1ZWxLOFpT7qNq2UpfyAxaDHIISfe 0DGgImDTekWqORk5XAV7yU6JN2jPsmq7m5h6uehpiHbRjm16FCz26o69+FJpgM5igOS6 3+Uw== X-Received: by 10.60.79.231 with SMTP id m7mr20600658oex.105.1370563414774; Thu, 06 Jun 2013 17:03:34 -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 pm16sm62790984oeb.3.2013.06.06.17.03.33 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 06 Jun 2013 17:03:34 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Thu, 6 Jun 2013 19:03:26 -0500 Message-Id: <1370563406-3124-1-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <20130606234413.AA3569A982@busybox.osuosl.org> References: <20130606234413.AA3569A982@busybox.osuosl.org> X-Gm-Message-State: ALoCoQlbTJHN5suq8a0xJ+8eiTktlxSvoN5nYumtwHiiaMsTSgB1m0CpGEK5byZn7rdbMZJv1Ubr Subject: [Buildroot] [PATCH 1/1] manual: correct error in github tarball information 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 Updates to manual for bug 6302 Signed-off-by: Spenser Gilliland --- docs/manual/adding-packages-tips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/adding-packages-tips.txt b/docs/manual/adding-packages-tips.txt index 21e520b..f435add 100644 --- a/docs/manual/adding-packages-tips.txt +++ b/docs/manual/adding-packages-tips.txt @@ -58,7 +58,7 @@ enough): ------------------------ FOO_VERSION = 1234567 -FOO_SITE = http://github.com///tarball/ +FOO_SITE = http://github.com///tarball/$(FOO_VERSION) ------------------------ Note that the name of the tarball is the default +foo-1234567.tar.gz+