pkg-infra: move the cp (aka localfiles) download helper to a script
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 2 Jul 2014 21:11:26 +0000 (23:11 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 2 Jul 2014 22:07:57 +0000 (00:07 +0200)
commit283b8b7feaccbe23decc69c2b3300b2a2d74d02d
tree27284ce46946436020a64b836b8afa02e3fb8b93
parent54adff55d5759c6b5143165e6ffe1e12e402161d
pkg-infra: move the cp (aka localfiles) download helper to a script

Maintaining the download helpers in the Makefile has proved to be a bit
complex, so move it to a shell script.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/pkg-download.mk
support/download/cp [new file with mode: 0755]