From: Ross Burton Date: Wed, 6 Jan 2016 09:21:51 +0000 (+0000) Subject: systemd: enable compatibility libraries by default X-Git-Tag: 2016-4~1737 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f95c327cb5ffc9374f84946fc64e840bb3febd23;p=openembedded-core.git systemd: enable compatibility libraries by default Too many packages haven't been updated to use the new systemd library names, so enable the compatibility libraries by default. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/systemd/systemd_228.bb b/meta/recipes-core/systemd/systemd_228.bb index 6673042f94..19b7b4218d 100644 --- a/meta/recipes-core/systemd/systemd_228.bb +++ b/meta/recipes-core/systemd/systemd_228.bb @@ -59,7 +59,7 @@ LDFLAGS_append_libc-uclibc = " -lrt -lssp_nonshared -lssp " GTKDOC_DOCDIR = "${S}/docs/" -PACKAGECONFIG ??= "xz ldconfig \ +PACKAGECONFIG ??= "compat xz ldconfig \ ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xkbcommon', '', d)} \ ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)} \