* [Buildroot] [PATCH 1/1] package/frr: drop libnl dependency
@ 2024-01-28 21:52 Fabrice Fontaine
2024-02-05 11:13 ` Thomas Petazzoni via buildroot
2024-02-29 15:17 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-01-28 21:52 UTC (permalink / raw)
To: buildroot; +Cc: Vadim Kochan, Fabrice Fontaine
libnl is not needed to build frr since the addition of the package in
commit 26d82d006ba15777d19892b327bde343d82a9ff5
No mention of libnl found in https://github.com/FRRouting/frr or
https://docs.frrouting.org/projects/dev-guide/en/latest/building.html
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/frr/Config.in | 1 -
package/frr/frr.mk | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/frr/Config.in b/package/frr/Config.in
index c2e9577a27..f6c058e6df 100644
--- a/package/frr/Config.in
+++ b/package/frr/Config.in
@@ -7,7 +7,6 @@ config BR2_PACKAGE_FRR
select BR2_PACKAGE_BASH
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
select BR2_PACKAGE_LIBYANG
- select BR2_PACKAGE_LIBNL
select BR2_PACKAGE_READLINE
select BR2_PACKAGE_JSON_C
help
diff --git a/package/frr/frr.mk b/package/frr/frr.mk
index abae784c40..1e1a6b2e69 100644
--- a/package/frr/frr.mk
+++ b/package/frr/frr.mk
@@ -12,7 +12,7 @@ FRR_CPE_ID_VENDOR = linuxfoundation
FRR_CPE_ID_PRODUCT = free_range_routing
FRR_AUTORECONF = YES
-FRR_DEPENDENCIES = host-frr readline json-c libyang libnl \
+FRR_DEPENDENCIES = host-frr readline json-c libyang \
$(if $(BR2_PACKAGE_C_ARES),c-ares)
HOST_FRR_DEPENDENCIES = host-flex host-bison host-elfutils host-python3
--
2.43.0
_______________________________________________
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/frr: drop libnl dependency
2024-01-28 21:52 [Buildroot] [PATCH 1/1] package/frr: drop libnl dependency Fabrice Fontaine
@ 2024-02-05 11:13 ` Thomas Petazzoni via buildroot
2024-02-29 15:17 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-02-05 11:13 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Vadim Kochan, buildroot
On Sun, 28 Jan 2024 22:52:05 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> libnl is not needed to build frr since the addition of the package in
> commit 26d82d006ba15777d19892b327bde343d82a9ff5
>
> No mention of libnl found in https://github.com/FRRouting/frr or
> https://docs.frrouting.org/projects/dev-guide/en/latest/building.html
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/frr/Config.in | 1 -
> package/frr/frr.mk | 2 +-
> 2 files changed, 1 insertion(+), 2 deletions(-)
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/frr: drop libnl dependency
2024-01-28 21:52 [Buildroot] [PATCH 1/1] package/frr: drop libnl dependency Fabrice Fontaine
2024-02-05 11:13 ` Thomas Petazzoni via buildroot
@ 2024-02-29 15:17 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-02-29 15:17 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Vadim Kochan, buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> libnl is not needed to build frr since the addition of the package in
> commit 26d82d006ba15777d19892b327bde343d82a9ff5
> No mention of libnl found in https://github.com/FRRouting/frr or
> https://docs.frrouting.org/projects/dev-guide/en/latest/building.html
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2023.02.x and 2023.11.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-02-29 15:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-28 21:52 [Buildroot] [PATCH 1/1] package/frr: drop libnl dependency Fabrice Fontaine
2024-02-05 11:13 ` Thomas Petazzoni via buildroot
2024-02-29 15:17 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox