[Buildroot] [PATCH 1/2] package infra: add mirror support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Oct 18 14:32:02 UTC 2011


Le Tue, 18 Oct 2011 11:14:54 -0300,
Gustavo Zacarias <gustavo at zacarias.com.ar> a écrit :

> +	if test -n "$(3)" ; then \
> +		case "$($(PKG)_SITE_METHOD)" in \
> +			git) exit ;; \
> +			svn) exit ;; \
> +			bzr) exit ;; \
> +			file) exit ;; \

I don't think you want to exit here, you want to continue to evaluate
the BR2_BACKUP_SITE solution below. For example, sources.buildroot.net
has http://sources.buildroot.net/libsvgtiny-12121.tar.gz, which is the
Subversion tarball of libsvgtiny. Same for
http://sources.buildroot.net/tslib-412d99d8b92c.tar.gz.

Regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list