From 4dcdd29b2b4498012803945883a6468aa0d69741 Mon Sep 17 00:00:00 2001 From: linsongnan Date: Wed, 10 Jun 2026 13:55:30 +0800 Subject: [PATCH] [commonlib] Add libnexthopgroup (sonic-fib) to lib-packages target and remove deprecated LIBYANG Add LIBFIB to the lib-packages build target so that the common lib pipeline includes libnexthopgroup in its artifacts. Signed-off-by: linsongnan --- slave.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slave.mk b/slave.mk index 264e8c9839d..fdf57db851f 100644 --- a/slave.mk +++ b/slave.mk @@ -2028,4 +2028,4 @@ ccache-clear : ## To build some commonly used libs. Some submodules depend on these libs. ## It is used in component pipelines. For example: swss needs libnl, libyang -lib-packages: $(addprefix $(DEBS_PATH)/,$(LIBNL3) $(LIBYANG) $(LIBYANG3) $(PROTOBUF) $(LIB_SONIC_DASH_API)) +lib-packages: $(addprefix $(DEBS_PATH)/,$(LIBNL3) $(LIBYANG3) $(PROTOBUF) $(LIB_SONIC_DASH_API) $(LIBFIB))