Merge pull request #17092 from keszybz/libtool-excorcism

Libtool excorcism
This commit is contained in:
Lennart Poettering 2020-09-18 10:14:09 +02:00 committed by GitHub
commit 437d6de1fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View file

@ -39,7 +39,6 @@ BuildPackages=
libidn2 libidn2
libmicrohttpd libmicrohttpd
libseccomp libseccomp
libtool
libutil-linux libutil-linux
libxkbcommon libxkbcommon
libxslt libxslt

View file

@ -48,7 +48,6 @@ BuildPackages=
libqrencode-dev libqrencode-dev
libseccomp-dev libseccomp-dev
libsmartcols-dev libsmartcols-dev
libtool
libxkbcommon-dev libxkbcommon-dev
libzstd-dev libzstd-dev
m4 m4

View file

@ -53,6 +53,7 @@ BuildPackages=
lz4-devel lz4-devel
m4 m4
meson meson
ninja-build
openssl-devel openssl-devel
p11-kit-devel p11-kit-devel
pam-devel pam-devel

View file

@ -50,7 +50,6 @@ BuildPackages=
libqrencode-dev libqrencode-dev
libseccomp-dev libseccomp-dev
libsmartcols-dev libsmartcols-dev
libtool
libxkbcommon-dev libxkbcommon-dev
libxtables-dev libxtables-dev
libzstd-dev libzstd-dev

View file

@ -1,11 +1,14 @@
# Puts together an nspawn container and runs networkd-test.py in it, inside a # Puts together an nspawn container and runs networkd-test.py in it, inside a
# network namespace and everything. Run this with "mkosi # network namespace and everything. Run this with
# --default=mkosi.default.networkd-test boot". This will start the test and #
# eventually exit with success in case the test succeeded. # mkosi -C test --default=mkosi.default.networkd-test boot
#
# This will start the test and eventually exit with success in case the test
# succeeded.
[Distribution] [Distribution]
Distribution=fedora Distribution=fedora
Release=29 Release=32
[Output] [Output]
Format=raw_btrfs Format=raw_btrfs
@ -45,13 +48,13 @@ BuildPackages=
libmount-devel libmount-devel
libseccomp-devel libseccomp-devel
libselinux-devel libselinux-devel
libtool
libxkbcommon-devel libxkbcommon-devel
libxslt libxslt
lz4 lz4
lz4-devel lz4-devel
m4 m4
meson meson
ninja-build
pam-devel pam-devel
pcre2-devel pcre2-devel
pkgconfig pkgconfig
@ -59,7 +62,6 @@ BuildPackages=
python3-lxml python3-lxml
qrencode-devel qrencode-devel
tree tree
xz-devel
Packages= Packages=
dnsmasq dnsmasq
@ -69,8 +71,8 @@ Packages=
python3 python3
# Share caches with the top-level mkosi # Share caches with the top-level mkosi
BuildDirectory=../mkosi.builddir BuildDirectory=../mkosi/mkosi.builddir
Cache=../mkosi.cache Cache=../mkosi/mkosi.cache
# Run our own script # Run our own script
BuildScript=mkosi.build.networkd-test BuildScript=mkosi.build.networkd-test