diff options
author | Joshua Lock <joshua.lock@collabora.co.uk> | 2015-10-13 17:07:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:29 +0000 |
commit | 65ffeb5c8fd180c336d49d714c312de4fdaf5fa0 (patch) | |
tree | 4526a615ffb030acde29e29b185d2e38baecffd3 /meta/recipes-core | |
parent | 4b29c802857e84d50b869c9f9f6bfdff002b15fa (diff) | |
download | poky-65ffeb5c8fd180c336d49d714c312de4fdaf5fa0.tar.gz |
systemd: add PACKAGECONFIG to build with compatibility libraries
Systemd < 209 shipped separate pc files for various interfaces, these
can still be generated for compatibility with code using the older
interfaces.
Add a PACKAGECONFIG option to build systemd with the compatibility
pc files.
(From OE-Core rev: b64c5114f304186858b54c5f248245ab98772373)
Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_225.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb index 18c2448124..6936149fbd 100644 --- a/meta/recipes-core/systemd/systemd_225.bb +++ b/meta/recipes-core/systemd/systemd_225.bb | |||
@@ -91,6 +91,7 @@ PACKAGECONFIG[ldconfig] = "--enable-ldconfig,--disable-ldconfig,," | |||
91 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" | 91 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" |
92 | PACKAGECONFIG[valgrind] = "ac_cv_header_valgrind_memcheck_h=yes ac_cv_header_valgrind_valgrind_h=yes ,ac_cv_header_valgrind_memcheck_h=no ac_cv_header_valgrind_valgrind_h=no ,valgrind" | 92 | PACKAGECONFIG[valgrind] = "ac_cv_header_valgrind_memcheck_h=yes ac_cv_header_valgrind_valgrind_h=yes ,ac_cv_header_valgrind_memcheck_h=no ac_cv_header_valgrind_valgrind_h=no ,valgrind" |
93 | PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode" | 93 | PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode" |
94 | PACKAGECONFIG[compat] = "--enable-compat-libs,--disable-compat-libs" | ||
94 | 95 | ||
95 | CACHED_CONFIGUREVARS += "ac_cv_path_KILL=${base_bindir}/kill" | 96 | CACHED_CONFIGUREVARS += "ac_cv_path_KILL=${base_bindir}/kill" |
96 | CACHED_CONFIGUREVARS += "ac_cv_path_KMOD=${base_bindir}/kmod" | 97 | CACHED_CONFIGUREVARS += "ac_cv_path_KMOD=${base_bindir}/kmod" |