]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: enable compatibility libraries by default
authorRoss Burton <ross.burton@intel.com>
Wed, 6 Jan 2016 09:21:51 +0000 (09:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jan 2016 13:40:03 +0000 (13:40 +0000)
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 <ross.burton@intel.com>
meta/recipes-core/systemd/systemd_228.bb

index 6673042f94b7fe67e22edae94c0982bb00b0064b..19b7b4218d6dc5c98fbf7b01f4ddcafd202e77a0 100644 (file)
@@ -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)} \