sdk: fix GCC and Python dangling symlinks
authorPetr Štetiar <ynezz@true.cz>
Thu, 8 Aug 2019 19:16:02 +0000 (21:16 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 13 Sep 2019 20:05:45 +0000 (16:05 -0400)
commitde3aeb16f6fed2dfc2682f5bfd2981a6230183fa
treeb6116fcf94a478c90b07b9a0389a273caa209733
parent24b4faa20243844e5b45ebc3681d8ac5c66e2d60
sdk: fix GCC and Python dangling symlinks

Force prereq again in SDK in order to fix GCC and Python dangling
symlinks:

 staging_dir/host/bin/g++ -> /builder/ath79_generic/ccache_cxx.sh
 staging_dir/host/bin/gcc -> /builder/ath79_generic/ccache_cc.sh
 staging_dir/host/bin/python -> /usr/bin/python3.5
 staging_dir/host/bin/python3 -> /usr/bin/python3.5

Ref: FS#2424
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 200f2666fb1c8d9d128824dc5586e0e66386971f)
target/sdk/Makefile