From 4c0e047bb5205a8aee76aa3f7a1d4312c2f25c56 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 3 Mar 2021 13:40:33 +0000 Subject: [PATCH] core155: Ship libffi and all dependencies Signed-off-by: Michael Tremer --- config/rootfiles/core/155/filelists/aarch64/python | 1 + config/rootfiles/core/155/filelists/armv5tel/python | 1 + config/rootfiles/core/155/filelists/glib | 1 + config/rootfiles/core/155/filelists/i586/python | 1 + config/rootfiles/core/155/filelists/libffi | 1 + config/rootfiles/core/155/filelists/python3 | 1 + config/rootfiles/core/155/filelists/x86_64/python | 1 + lfs/libvirt | 2 +- lfs/openvmtools | 2 +- lfs/spice | 2 +- 10 files changed, 10 insertions(+), 3 deletions(-) create mode 120000 config/rootfiles/core/155/filelists/aarch64/python create mode 120000 config/rootfiles/core/155/filelists/armv5tel/python create mode 120000 config/rootfiles/core/155/filelists/glib create mode 120000 config/rootfiles/core/155/filelists/i586/python create mode 120000 config/rootfiles/core/155/filelists/libffi create mode 120000 config/rootfiles/core/155/filelists/python3 create mode 120000 config/rootfiles/core/155/filelists/x86_64/python diff --git a/config/rootfiles/core/155/filelists/aarch64/python b/config/rootfiles/core/155/filelists/aarch64/python new file mode 120000 index 0000000000..b2b0103b61 --- /dev/null +++ b/config/rootfiles/core/155/filelists/aarch64/python @@ -0,0 +1 @@ +../../../../common/aarch64/python \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/armv5tel/python b/config/rootfiles/core/155/filelists/armv5tel/python new file mode 120000 index 0000000000..df0dd5c064 --- /dev/null +++ b/config/rootfiles/core/155/filelists/armv5tel/python @@ -0,0 +1 @@ +../../../../common/armv5tel/python \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/glib b/config/rootfiles/core/155/filelists/glib new file mode 120000 index 0000000000..44665746ad --- /dev/null +++ b/config/rootfiles/core/155/filelists/glib @@ -0,0 +1 @@ +../../../common/glib \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/i586/python b/config/rootfiles/core/155/filelists/i586/python new file mode 120000 index 0000000000..a2b842b995 --- /dev/null +++ b/config/rootfiles/core/155/filelists/i586/python @@ -0,0 +1 @@ +../../../../common/i586/python \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/libffi b/config/rootfiles/core/155/filelists/libffi new file mode 120000 index 0000000000..c391acd0cb --- /dev/null +++ b/config/rootfiles/core/155/filelists/libffi @@ -0,0 +1 @@ +../../../common/libffi \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/python3 b/config/rootfiles/core/155/filelists/python3 new file mode 120000 index 0000000000..0885b1c580 --- /dev/null +++ b/config/rootfiles/core/155/filelists/python3 @@ -0,0 +1 @@ +../../../common/python3 \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/x86_64/python b/config/rootfiles/core/155/filelists/x86_64/python new file mode 120000 index 0000000000..a593187de6 --- /dev/null +++ b/config/rootfiles/core/155/filelists/x86_64/python @@ -0,0 +1 @@ +../../../../common/x86_64/python \ No newline at end of file diff --git a/lfs/libvirt b/lfs/libvirt index cd5e32f626..28a95d317d 100644 --- a/lfs/libvirt +++ b/lfs/libvirt @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = i586 x86_64 PROG = libvirt -PAK_VER = 24 +PAK_VER = 25 DEPS = ebtables libpciaccess libtirpc libyajl ncat qemu diff --git a/lfs/openvmtools b/lfs/openvmtools index fb0d312a54..5e8789130e 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 i586 PROG = openvmtools -PAK_VER = 6 +PAK_VER = 7 DEPS = libtirpc diff --git a/lfs/spice b/lfs/spice index 8ffb54d1c9..d1f56e7089 100644 --- a/lfs/spice +++ b/lfs/spice @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = spice -PAK_VER = 4 +PAK_VER = 5 DEPS = opus -- 2.39.2