linux, uboot, mxs-bootlets, barebox: avoid double slash in CUSTOM_TARBALL
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 9 Jan 2013 12:12:44 +0000 (12:12 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 13 Jan 2013 19:39:47 +0000 (20:39 +0100)
commit579fea227394db02916d7487762c79a8e76e8748
treee4dc66e966e516f621ebf24d1ea05c6b97f6596e
parent6649d6da3f36e973e87d8a73c9618b3215e16253
linux, uboot, mxs-bootlets, barebox: avoid double slash in CUSTOM_TARBALL

Closes #5846

The $(dir ...) function leaves a slash at the end, so that the LINUX_SITE
variable for a custom tarball ends in a slash. The DOWNLOAD macro adds
another slash between SITE and SOURCE, which results in a double slash in
the download URL.

Fix this by stripping off the final slash from the _SITE in all packages that
have a custom tarball.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/barebox/barebox.mk
boot/mxs-bootlets/mxs-bootlets.mk
boot/uboot/uboot.mk
linux/linux.mk