kumquat-buildroot/support
Yann E. MORIN 8f76366c0f support/download: fix the git helper output file format
The git helper uses gzip to compress the intermediate tarball. But gzip
removes the source file, and create a new file named by appending .gz to
the original file name.

Thus, we end up with output.gz, while the download wrapper expects jsut
output, and thus believes the downlaod failed.

Fix that by storing the tar from git to a temporary file, then pipe this
file to gzip's stdin, and redirect gzip's stdout to the output file.

Reported-by: Graham Newton <gnewton@peavey-eu.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-08-06 19:41:05 +02:00
..
dependencies dependencies.sh: fix typo 2014-07-19 18:04:38 +02:00
download support/download: fix the git helper output file format 2014-08-06 19:41:05 +02:00
dummy-external
gnuconfig
kconfig
legal-info
libtool support/libtool: improve version 1.5 static patching 2014-07-31 16:35:49 +02:00
misc pkg-cmake.mk: enable ccache for cmake packages 2014-06-01 22:16:24 +02:00
scripts toolchain: add option to copy the gconv libraries 2014-07-27 23:15:48 +02:00