[Buildroot] [PATCH 1/1] manual: correct error in github tarball information

Spenser Gilliland spenser at gillilanding.com
Fri Jun 7 00:03:26 UTC 2013


Updates to manual for bug 6302

Signed-off-by: Spenser Gilliland <spenser at gillilanding.com>
---
 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/<user>/<package>/tarball/<branch>
+FOO_SITE = http://github.com/<user>/<package>/tarball/$(FOO_VERSION)
 ------------------------
 
 Note that the name of the tarball is the default +foo-1234567.tar.gz+
-- 
1.7.9.5




More information about the buildroot mailing list