From f8798c09e97b99893f710ad3bb5648ac4d4eaa6d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 27 Feb 2021 15:31:07 +0000 Subject: [PATCH] core155_ Ship boost again This is necessary because boost has been removed by filesystem-cleanup. Signed-off-by: Michael Tremer --- config/rootfiles/core/155/filelists/aarch64/boost | 1 + config/rootfiles/core/155/filelists/armv5tel/boost | 1 + config/rootfiles/core/155/filelists/i586/boost | 1 + config/rootfiles/core/155/filelists/x86_64/boost | 1 + config/rootfiles/core/155/update.sh | 1 + 5 files changed, 5 insertions(+) create mode 120000 config/rootfiles/core/155/filelists/aarch64/boost create mode 120000 config/rootfiles/core/155/filelists/armv5tel/boost create mode 120000 config/rootfiles/core/155/filelists/i586/boost create mode 120000 config/rootfiles/core/155/filelists/x86_64/boost diff --git a/config/rootfiles/core/155/filelists/aarch64/boost b/config/rootfiles/core/155/filelists/aarch64/boost new file mode 120000 index 0000000000..807ad06be3 --- /dev/null +++ b/config/rootfiles/core/155/filelists/aarch64/boost @@ -0,0 +1 @@ +../../../../common/aarch64/boost \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/armv5tel/boost b/config/rootfiles/core/155/filelists/armv5tel/boost new file mode 120000 index 0000000000..bb17e08d63 --- /dev/null +++ b/config/rootfiles/core/155/filelists/armv5tel/boost @@ -0,0 +1 @@ +../../../../common/armv5tel/boost \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/i586/boost b/config/rootfiles/core/155/filelists/i586/boost new file mode 120000 index 0000000000..3ff5a3be4a --- /dev/null +++ b/config/rootfiles/core/155/filelists/i586/boost @@ -0,0 +1 @@ +../../../../common/i586/boost \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/x86_64/boost b/config/rootfiles/core/155/filelists/x86_64/boost new file mode 120000 index 0000000000..9ed31e1d50 --- /dev/null +++ b/config/rootfiles/core/155/filelists/x86_64/boost @@ -0,0 +1 @@ +../../../../common/x86_64/boost \ No newline at end of file diff --git a/config/rootfiles/core/155/update.sh b/config/rootfiles/core/155/update.sh index 6903e7998b..eb00f339b9 100644 --- a/config/rootfiles/core/155/update.sh +++ b/config/rootfiles/core/155/update.sh @@ -39,6 +39,7 @@ rm -vrf \ /lib/libreadline.so.6.3 \ /usr/lib/sse2 \ /usr/local/lib/sse2 \ + /usr/lib/libboost* \ /usr/lib/libdb-4.so \ /usr/lib/libdb-4.4.so \ /usr/lib/libdb_cxx-4.so \ -- 2.39.5