From: Peter Korsgaard Date: Tue, 6 Nov 2012 23:10:43 +0000 (+0100) Subject: adding-package-generic.txt: BR2_SOURCEFORGE_MIRROR is no more X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf76170cc3418f36dd9e4daa2f3d0618ce3dc389;p=buildroot.git adding-package-generic.txt: BR2_SOURCEFORGE_MIRROR is no more Signed-off-by: Peter Korsgaard --- diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt index e1b46b03c7..7ecdb91184 100644 --- a/docs/manual/adding-packages-generic.txt +++ b/docs/manual/adding-packages-generic.txt @@ -167,9 +167,7 @@ information is (assuming the package name is +libfoo+) : slash for absolute paths: +scp://[user@]host:/absolutepath+. + If +HOST_LIBFOO_SITE+ is not specified, it defaults to - +LIBFOO_SITE+. If none are specified, then the location is assumed - to be - +http://$$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/packagename+. + + +LIBFOO_SITE+. Examples: + +LIBFOO_SITE=http://www.libfoosoftware.org/libfoo+ + +LIBFOO_SITE=http://svn.xiph.org/trunk/Tremor/+ +