diff options
Diffstat (limited to 'systems/fedora')
-rw-r--r-- | systems/fedora/24/build_base_machine.sh | 3 | ||||
-rw-r--r-- | systems/fedora/25/build_base_machine.sh | 3 | ||||
-rw-r--r-- | systems/fedora/26/build_base_machine.sh | 3 | ||||
-rw-r--r-- | systems/fedora/33/build_base_machine.sh | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/systems/fedora/24/build_base_machine.sh b/systems/fedora/24/build_base_machine.sh index bbde9b77..12bff64a 100644 --- a/systems/fedora/24/build_base_machine.sh +++ b/systems/fedora/24/build_base_machine.sh @@ -34,6 +34,8 @@ pixman-devel openssl-devel redhat-rpm-config elfutils-libelf-devel +meson +ninja-build # tools curl @@ -63,6 +65,7 @@ python3-libs libreport-python3 abrt-python3 abrt-addon-python3 +python3-pyelftools # libs numactl diff --git a/systems/fedora/25/build_base_machine.sh b/systems/fedora/25/build_base_machine.sh index df8ae620..0ac53809 100644 --- a/systems/fedora/25/build_base_machine.sh +++ b/systems/fedora/25/build_base_machine.sh @@ -34,6 +34,8 @@ pixman-devel openssl-devel redhat-rpm-config elfutils-libelf-devel +meson +ninja-build # tools curl @@ -63,6 +65,7 @@ python3-libs libreport-python3 abrt-python3 abrt-addon-python3 +python3-pyelftools # libs numactl diff --git a/systems/fedora/26/build_base_machine.sh b/systems/fedora/26/build_base_machine.sh index 84c0695b..323824b5 100644 --- a/systems/fedora/26/build_base_machine.sh +++ b/systems/fedora/26/build_base_machine.sh @@ -34,6 +34,8 @@ pixman-devel openssl-devel redhat-rpm-config elfutils-libelf-devel +meson +ninja-build # tools curl @@ -63,6 +65,7 @@ python3-libs libreport-python3 abrt-python3 abrt-addon-python3 +python3-pyelftools # libs numactl diff --git a/systems/fedora/33/build_base_machine.sh b/systems/fedora/33/build_base_machine.sh index f521827e..f3a27644 100644 --- a/systems/fedora/33/build_base_machine.sh +++ b/systems/fedora/33/build_base_machine.sh @@ -34,6 +34,8 @@ pixman-devel openssl-devel redhat-rpm-config elfutils-libelf-devel +meson +ninja-build # tools curl @@ -62,6 +64,7 @@ python3-libs python3-libreport python3-abrt python3-abrt-addon +python3-pyelftools # libs numactl |