core155: It looks like our tooling can't handle this

Python3 has a common rootfile for x86_64 and aarch64 and separate files
for armv5tel and i586. The core update build scripts cannot deal with
this which makes it necessary to create individual links to the correct
rootfile for each architecture.

Third time lucky.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-03-04 15:08:25 +00:00
parent 5867e4a511
commit 948370bd39
5 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../../common/python3

View File

@@ -0,0 +1 @@
../../../../common/armv5tel/python3

View File

@@ -0,0 +1 @@
../../../../common/i586/python3

View File

@@ -1 +0,0 @@
../../../common/python3

View File

@@ -0,0 +1 @@
../../../../common/python3