From fec9b4dc098952267376e36517789331e1424258 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 12 Jan 2020 10:48:14 +0100 Subject: [PATCH] core140: fix build on armv5tel and i586 Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/140/filelists/aarch64/python3 | 1 + config/rootfiles/core/140/filelists/python3 | 1 - config/rootfiles/core/140/filelists/x86_64/python3 | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 config/rootfiles/core/140/filelists/aarch64/python3 delete mode 120000 config/rootfiles/core/140/filelists/python3 create mode 120000 config/rootfiles/core/140/filelists/x86_64/python3 diff --git a/config/rootfiles/core/140/filelists/aarch64/python3 b/config/rootfiles/core/140/filelists/aarch64/python3 new file mode 120000 index 0000000000..be33d9fdd2 --- /dev/null +++ b/config/rootfiles/core/140/filelists/aarch64/python3 @@ -0,0 +1 @@ +../../../../common/python3 \ No newline at end of file diff --git a/config/rootfiles/core/140/filelists/python3 b/config/rootfiles/core/140/filelists/python3 deleted file mode 120000 index 0885b1c580..0000000000 --- a/config/rootfiles/core/140/filelists/python3 +++ /dev/null @@ -1 +0,0 @@ -../../../common/python3 \ No newline at end of file diff --git a/config/rootfiles/core/140/filelists/x86_64/python3 b/config/rootfiles/core/140/filelists/x86_64/python3 new file mode 120000 index 0000000000..be33d9fdd2 --- /dev/null +++ b/config/rootfiles/core/140/filelists/x86_64/python3 @@ -0,0 +1 @@ +../../../../common/python3 \ No newline at end of file -- 2.39.5