Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] legacy: add missing select
@ 2016-10-24 16:46 Yann E. MORIN
  2016-10-24 20:42 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2016-10-24 16:46 UTC (permalink / raw)
  To: buildroot

When adding a boolean option to legacy, it should slect BR2_LEGACY, to
trigger the legacy warning.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 Config.in.legacy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Config.in.legacy b/Config.in.legacy
index 50ccedd..8c41b05 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -149,6 +149,7 @@ config BR2_PACKAGE_PHP_SAPI_CLI_CGI
 	bool "PHP CGI and CLI options are now seperate"
 	select BR2_PACKAGE_PHP_SAPI_CLI
 	select BR2_PACKAGE_PHP_SAPI_CGI
+	select BR2_LEGACY
 	help
 	  The PHP Interface options have been split up into a
 	  separate option for each interface.
@@ -157,6 +158,7 @@ config BR2_PACKAGE_PHP_SAPI_CLI_FPM
 	bool "PHP CLI and FPM options are now separate"
 	select BR2_PACKAGE_PHP_SAPI_CLI
 	select BR2_PACKAGE_PHP_SAPI_FPM
+	select BR2_LEGACY
 	help
 	  The PHP Interface options have been split up into a
 	  separate option for each interface.
-- 
2.7.4

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

* [Buildroot] [PATCH] legacy: add missing select
  2016-10-24 16:46 [Buildroot] [PATCH] legacy: add missing select Yann E. MORIN
@ 2016-10-24 20:42 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-10-24 20:42 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 24 Oct 2016 18:46:00 +0200, Yann E. MORIN wrote:
> When adding a boolean option to legacy, it should slect BR2_LEGACY, to
> trigger the legacy warning.
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  Config.in.legacy | 2 ++
>  1 file changed, 2 insertions(+)

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-10-24 20:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24 16:46 [Buildroot] [PATCH] legacy: add missing select Yann E. MORIN
2016-10-24 20:42 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox