From: Giulio Benetti <giulio.benetti@benettiengineering.com>
To: buildroot@buildroot.org
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com>,
Petr Vorel <petr.vorel@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 1/2] package/libnl: enable host package variant
Date: Wed, 8 Apr 2026 11:56:56 +0200 [thread overview]
Message-ID: <20260408095657.2560313-1-giulio.benetti@benettiengineering.com> (raw)
host-libnl is needed for host-nfs-utils.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
package/libnl/libnl.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk
index a0441b7835..28374320ba 100644
--- a/package/libnl/libnl.mk
+++ b/package/libnl/libnl.mk
@@ -13,6 +13,9 @@ LIBNL_CPE_ID_VALID = YES
LIBNL_INSTALL_STAGING = YES
LIBNL_DEPENDENCIES = host-bison host-flex host-pkgconf
+HOST_LIBNL_INSTALL_STAGING = YES
+HOST_LIBNL_DEPENDENCIES = host-bison host-flex host-pkgconf
+
ifeq ($(BR2_PACKAGE_LIBNL_TOOLS),y)
LIBNL_CONF_OPTS += --enable-cli
else
@@ -27,3 +30,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
next reply other threads:[~2026-04-08 9:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-08 9:56 Giulio Benetti [this message]
2026-04-08 9:56 ` [Buildroot] [PATCH 2/2] package/nfs-utils: bump version to 2.9.1 Giulio Benetti
2026-04-08 16:25 ` [Buildroot] [PATCH 1/2] package/libnl: enable host package variant Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260408095657.2560313-1-giulio.benetti@benettiengineering.com \
--to=giulio.benetti@benettiengineering.com \
--cc=buildroot@buildroot.org \
--cc=petr.vorel@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox