]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core155: It looks like our tooling can't handle this
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Mar 2021 15:08:25 +0000 (15:08 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Mar 2021 15:08:25 +0000 (15:08 +0000)
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>
config/rootfiles/core/155/filelists/aarch64/python3 [new symlink]
config/rootfiles/core/155/filelists/armv5tel/python3 [new symlink]
config/rootfiles/core/155/filelists/i586/python3 [new symlink]
config/rootfiles/core/155/filelists/python3 [deleted symlink]
config/rootfiles/core/155/filelists/x86_64/python3 [new symlink]

diff --git a/config/rootfiles/core/155/filelists/aarch64/python3 b/config/rootfiles/core/155/filelists/aarch64/python3
new file mode 120000 (symlink)
index 0000000..be33d9f
--- /dev/null
@@ -0,0 +1 @@
+../../../../common/python3
\ No newline at end of file
diff --git a/config/rootfiles/core/155/filelists/armv5tel/python3 b/config/rootfiles/core/155/filelists/armv5tel/python3
new file mode 120000 (symlink)
index 0000000..d649e35
--- /dev/null
@@ -0,0 +1 @@
+../../../../common/armv5tel/python3
\ No newline at end of file
diff --git a/config/rootfiles/core/155/filelists/i586/python3 b/config/rootfiles/core/155/filelists/i586/python3
new file mode 120000 (symlink)
index 0000000..348dbdc
--- /dev/null
@@ -0,0 +1 @@
+../../../../common/i586/python3
\ No newline at end of file
diff --git a/config/rootfiles/core/155/filelists/python3 b/config/rootfiles/core/155/filelists/python3
deleted file mode 120000 (symlink)
index 0885b1c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../common/python3
\ No newline at end of file
diff --git a/config/rootfiles/core/155/filelists/x86_64/python3 b/config/rootfiles/core/155/filelists/x86_64/python3
new file mode 120000 (symlink)
index 0000000..be33d9f
--- /dev/null
@@ -0,0 +1 @@
+../../../../common/python3
\ No newline at end of file