All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/2] package/libnl: enable host package variant
@ 2026-04-08 19:33 Giulio Benetti
  2026-04-08 19:33 ` [Buildroot] [PATCH v2 2/2] package/nfs-utils: bump version to 2.9.1 Giulio Benetti
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Giulio Benetti @ 2026-04-08 19:33 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Petr Vorel, Thomas Petazzoni

host-libnl is needed for host-nfs-utils.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
V1->V2:
* drop HOST_LIBNL_INSTALL_STAGING = YES as pointed by Thomas Petazzoni
---
 package/libnl/libnl.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk
index a0441b7835..b1254d2ba0 100644
--- a/package/libnl/libnl.mk
+++ b/package/libnl/libnl.mk
@@ -13,6 +13,8 @@ LIBNL_CPE_ID_VALID = YES
 LIBNL_INSTALL_STAGING = YES
 LIBNL_DEPENDENCIES = host-bison host-flex host-pkgconf
 
+HOST_LIBNL_DEPENDENCIES = host-bison host-flex host-pkgconf
+
 ifeq ($(BR2_PACKAGE_LIBNL_TOOLS),y)
 LIBNL_CONF_OPTS += --enable-cli
 else
@@ -27,3 +29,4 @@ LIBNL_CONF_OPTS += --disable-unit-tests
 endif
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.47.3

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

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

end of thread, other threads:[~2026-04-19 22:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-08 19:33 [Buildroot] [PATCH v2 1/2] package/libnl: enable host package variant Giulio Benetti
2026-04-08 19:33 ` [Buildroot] [PATCH v2 2/2] package/nfs-utils: bump version to 2.9.1 Giulio Benetti
2026-04-11  7:31   ` Petr Vorel
2026-04-11  7:25 ` [Buildroot] [PATCH v2 1/2] package/libnl: enable host package variant Petr Vorel
2026-04-19 22:03 ` Julien Olivain via buildroot

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.