systemd: It keeps growing, try to cut it back a bit more

It gains more features and the binary size has grown in a
significant manner. Disable some features not disabled by
the default OE build.
This commit is contained in:
Holger Hans Peter Freyther 2015-12-20 17:57:42 +01:00
parent 45bc37acf6
commit 9241e2bdc5
1 changed files with 8 additions and 0 deletions

View File

@ -1 +1,9 @@
require recipes-fixes/${PN}/${PN}_sysmocom.inc
EXTRA_OECONF_append = " \
--disable-smack --disable-libcurl --disable-backlight --disable-vconsole \
--disable-hibernate --disable-kdbus --disable-seccomp --disable-gcrypt \
--disable-importd --disable-coredump --disable-hwdb --disable-libidn \
--disable-libiptc --disable-bootchart --disable-logind --disable-apparmor \
--disable-selinux --disable-quotacheck --disable-polkit \
"