[Buildroot] [git commit] legacy: properly handle systemd compatibility libs

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jul 16 14:47:39 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=d246b9840f94f2f690c9fba40714fd0d5cb7d43a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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" <yann.morin.1998 at free.fr>
Cc: Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 Config.in.legacy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Config.in.legacy b/Config.in.legacy
index 4101cb0..746b80a 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


More information about the buildroot mailing list