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

There is no option BR2_PACKAGE_OPENPOWERLINK_PCAP_DAEMON, and we never
had any option named like this, so it seems like a leftover from
previous iterations of the openpowerlink patch series. Since the
option does not exist, the select doesn't do anything, and we can
simply drop it.

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

diff --git a/package/openpowerlink/Config.in b/package/openpowerlink/Config.in
index 68ea751954..1a3dd62acd 100644
--- a/package/openpowerlink/Config.in
+++ b/package/openpowerlink/Config.in
@@ -50,7 +50,6 @@ config BR2_PACKAGE_OPENPOWERLINK_STACK_MONOLITHIC_USER_STACK_LIB
 config BR2_PACKAGE_OPENPOWERLINK_STACK_USERSPACE_DAEMON_LIB
 	bool "user-space pcap daemon"
 	select BR2_PACKAGE_LIBPCAP
-	select BR2_PACKAGE_OPENPOWERLINK_PCAP_DAEMON
 	help
 	  Compile openPOWERLINK application library which contains the
 	  interface to a Linux user space driver, and the Linux user
-- 
2.23.0

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

* [Buildroot] [PATCH] package/openpowerlink: drop bogus select
  2019-12-13 15:28 [Buildroot] [PATCH] package/openpowerlink: drop bogus select Thomas Petazzoni
@ 2019-12-13 20:05 ` Peter Korsgaard
  2019-12-23  8:12 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-12-13 20:05 UTC (permalink / raw)
  To: buildroot

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

 > There is no option BR2_PACKAGE_OPENPOWERLINK_PCAP_DAEMON, and we never
 > had any option named like this, so it seems like a leftover from
 > previous iterations of the openpowerlink patch series. Since the
 > option does not exist, the select doesn't do anything, and we can
 > simply drop it.

 > 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/openpowerlink: drop bogus select
  2019-12-13 15:28 [Buildroot] [PATCH] package/openpowerlink: drop bogus select Thomas Petazzoni
  2019-12-13 20:05 ` Peter Korsgaard
@ 2019-12-23  8:12 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-12-23  8:12 UTC (permalink / raw)
  To: buildroot

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

 > There is no option BR2_PACKAGE_OPENPOWERLINK_PCAP_DAEMON, and we never
 > had any option named like this, so it seems like a leftover from
 > previous iterations of the openpowerlink patch series. Since the
 > option does not exist, the select doesn't do anything, and we can
 > simply drop it.

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

Committed to 2019.02.x and 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:12 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:28 [Buildroot] [PATCH] package/openpowerlink: drop bogus select Thomas Petazzoni
2019-12-13 20:05 ` Peter Korsgaard
2019-12-23  8:12 ` 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.