Skip to content

Commit

Permalink
legacy: properly handle systemd compatibility libs
Browse files Browse the repository at this point in the history
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@free.fr>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  • Loading branch information
yann-morin-1998 authored and tpetazzoni committed Jul 16, 2016
1 parent 47e885f commit d246b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Config.in.legacy
Expand Up @@ -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
Expand Down

0 comments on commit d246b98

Please sign in to comment.