From d246b9840f94f2f690c9fba40714fd0d5cb7d43a Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 8 Jul 2016 23:00:20 +0200 Subject: [PATCH] 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 --- Config.in.legacy | 1 + 1 file changed, 1 insertion(+) 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