From: Yann E. MORIN Date: Fri, 8 Jul 2016 21:00:20 +0000 (+0200) Subject: legacy: properly handle systemd compatibility libs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d246b9840f94f2f690c9fba40714fd0d5cb7d43a;p=buildroot.git legacy: properly handle systemd compatibility libs The legacy symbol for systemd compatibility libraries was not selecting the BR2_LEGACY symbol, so the buld-time check would not kick in. Signed-off-by: "Yann E. MORIN" Cc: Maxime Hadjinlian Signed-off-by: Thomas Petazzoni --- diff --git a/Config.in.legacy b/Config.in.legacy index 4101cb0b53..746b80a8d0 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -147,6 +147,7 @@ comment "Legacy options removed in 2016.08" config BR2_PACKAGE_SYSTEMD_COMPAT bool "systemd compatibility libraries have been removed" + select BR2_LEGACY help The systemd option to enable the compatibility libraries has been removed. Theses libraries have been useless since a few