All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] legacy: properly handle systemd compatibility libs
@ 2016-07-08 21:00 Yann E. MORIN
  2016-07-16 14:48 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2016-07-08 21:00 UTC (permalink / raw)
  To: buildroot

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>
---
 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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] legacy: properly handle systemd compatibility libs
  2016-07-08 21:00 [Buildroot] [PATCH] legacy: properly handle systemd compatibility libs Yann E. MORIN
@ 2016-07-16 14:48 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-07-16 14:48 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri,  8 Jul 2016 23:00:20 +0200, Yann E. MORIN wrote:
> 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>
> ---
>  Config.in.legacy | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-16 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-08 21:00 [Buildroot] [PATCH] legacy: properly handle systemd compatibility libs Yann E. MORIN
2016-07-16 14:48 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.