Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/hostapd: drop duplicate host-pkgconf dependency
@ 2024-05-14 10:36 Joachim Wiberg
  2024-07-22 20:22 ` Thomas Petazzoni via buildroot
  2024-08-31 14:21 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Joachim Wiberg @ 2024-05-14 10:36 UTC (permalink / raw)
  To: buildroot; +Cc: Joachim Wiberg, Sergey Matyukevich

host-pkgconf already defined as dependency in package ingress.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
---
 package/hostapd/hostapd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/hostapd/hostapd.mk b/package/hostapd/hostapd.mk
index 8981d9247e..5756510e1d 100644
--- a/package/hostapd/hostapd.mk
+++ b/package/hostapd/hostapd.mk
@@ -25,7 +25,7 @@ HOSTAPD_CONFIG_DISABLE =
 
 # Try to use openssl if it's already available
 ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
-HOSTAPD_DEPENDENCIES += host-pkgconf libopenssl
+HOSTAPD_DEPENDENCIES += libopenssl
 HOSTAPD_LIBS += `$(PKG_CONFIG_HOST_BINARY) --libs openssl`
 HOSTAPD_CONFIG_EDITS += 's/\#\(CONFIG_TLS=openssl\)/\1/'
 else
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/hostapd: drop duplicate host-pkgconf dependency
  2024-05-14 10:36 [Buildroot] [PATCH 1/1] package/hostapd: drop duplicate host-pkgconf dependency Joachim Wiberg
@ 2024-07-22 20:22 ` Thomas Petazzoni via buildroot
  2024-08-31 14:21 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-22 20:22 UTC (permalink / raw)
  To: Joachim Wiberg; +Cc: Sergey Matyukevich, buildroot

On Tue, 14 May 2024 12:36:29 +0200
Joachim Wiberg <troglobit@gmail.com> wrote:

> host-pkgconf already defined as dependency in package ingress.
> 
> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
> ---
>  package/hostapd/hostapd.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/hostapd: drop duplicate host-pkgconf dependency
  2024-05-14 10:36 [Buildroot] [PATCH 1/1] package/hostapd: drop duplicate host-pkgconf dependency Joachim Wiberg
  2024-07-22 20:22 ` Thomas Petazzoni via buildroot
@ 2024-08-31 14:21 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-08-31 14:21 UTC (permalink / raw)
  To: Joachim Wiberg; +Cc: Sergey Matyukevich, buildroot

>>>>> "Joachim" == Joachim Wiberg <troglobit@gmail.com> writes:

 > host-pkgconf already defined as dependency in package ingress.
 > Signed-off-by: Joachim Wiberg <troglobit@gmail.com>

Committed to 2024.02.x and 2024.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-08-31 14:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 10:36 [Buildroot] [PATCH 1/1] package/hostapd: drop duplicate host-pkgconf dependency Joachim Wiberg
2024-07-22 20:22 ` Thomas Petazzoni via buildroot
2024-08-31 14:21 ` Peter Korsgaard

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