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
libmicrohttpd
libseccomp
libtool
libutil-linux
libxkbcommon
libxslt

View File

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

View File

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

View File

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

View File

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