All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/syslog-ng: remove bogus select
@ 2019-12-13 15:21 Thomas Petazzoni
  2019-12-13 15:36 ` Peter Korsgaard
  2019-12-23  8:10 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-12-13 15:21 UTC (permalink / raw)
  To: buildroot

The eventlog package was removed as part of commit
5e0b1f9c2386e9184256b10ca19a6a7e4f4865cc ("package/eventlog: remove
package"). It used to be a separate package, but it is now part of
syslog-ng itself, which is why the eventlog package was removed.

But commit 5e0b1f9c2386e9184256b10ca19a6a7e4f4865cc forgot to drop the
select BR2_PACKAGE_EVENTLOG, so let's fix this.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/syslog-ng/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/syslog-ng/Config.in b/package/syslog-ng/Config.in
index fbc236221a..a537115616 100644
--- a/package/syslog-ng/Config.in
+++ b/package/syslog-ng/Config.in
@@ -4,7 +4,6 @@ config BR2_PACKAGE_SYSLOG_NG
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_USE_MMU # fork()
 	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
-	select BR2_PACKAGE_EVENTLOG
 	select BR2_PACKAGE_LIBGLIB2
 	select BR2_PACKAGE_PCRE
 	select BR2_PACKAGE_OPENSSL
-- 
2.23.0

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

* [Buildroot] [PATCH] package/syslog-ng: remove bogus select
  2019-12-13 15:21 [Buildroot] [PATCH] package/syslog-ng: remove bogus select Thomas Petazzoni
@ 2019-12-13 15:36 ` Peter Korsgaard
  2019-12-23  8:10 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-12-13 15:36 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > The eventlog package was removed as part of commit
 > 5e0b1f9c2386e9184256b10ca19a6a7e4f4865cc ("package/eventlog: remove
 > package"). It used to be a separate package, but it is now part of
 > syslog-ng itself, which is why the eventlog package was removed.

 > But commit 5e0b1f9c2386e9184256b10ca19a6a7e4f4865cc forgot to drop the
 > select BR2_PACKAGE_EVENTLOG, so let's fix this.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/syslog-ng: remove bogus select
  2019-12-13 15:21 [Buildroot] [PATCH] package/syslog-ng: remove bogus select Thomas Petazzoni
  2019-12-13 15:36 ` Peter Korsgaard
@ 2019-12-23  8:10 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-12-23  8:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > The eventlog package was removed as part of commit
 > 5e0b1f9c2386e9184256b10ca19a6a7e4f4865cc ("package/eventlog: remove
 > package"). It used to be a separate package, but it is now part of
 > syslog-ng itself, which is why the eventlog package was removed.

 > But commit 5e0b1f9c2386e9184256b10ca19a6a7e4f4865cc forgot to drop the
 > select BR2_PACKAGE_EVENTLOG, so let's fix this.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2019.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-12-23  8:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 15:21 [Buildroot] [PATCH] package/syslog-ng: remove bogus select Thomas Petazzoni
2019-12-13 15:36 ` Peter Korsgaard
2019-12-23  8:10 ` Peter Korsgaard

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.