[Buildroot] connman dowload failure

Peter Korsgaard jacmet at uclibc.org
Mon Dec 12 12:26:41 UTC 2011


>>>>> "Baruch" == Baruch Siach <baruch at tkos.co.il> writes:

 Baruch> Hi Buildroot list,
 Baruch> I'm trying to build connman for my platform, but the build fails at the source 
 Baruch> download stage using both git and wget. This is the output of 'make V=1':

 >>>> connman 0.78 Downloading

 Baruch>  test -e /home/baruch/git/buildroot/output/dl/connman-0.78.tar.gz || (pushd /home/baruch/git/buildroot/output/dl > /dev/null && git clone clone --bare git://git.kernel.org/pub/scm/network/connman/connman.git connman-0.78 && pushd connman-0.78 > /dev/null && git clone archive --format=tar --prefix=connman-0.78/ 0.78 | gzip -c > /home/baruch/git/buildroot/output/dl/connman-0.78.tar.gz && popd > /dev/null && rm -rf /home/baruch/git/buildroot/output/dl/connman-0.78 && popd > /dev/null) && exit 

This is caused by cf71111b99ab951 (Cleanup the VCS commands
configuration). The BR2_GIT variable changed from "git clone" to just
"git". If you change that in your .config it should work again.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list