Skip to content

Commit ea51e1c

Browse files
authored
Add explicit dependency for swss (#519)
1 parent fb01755 commit ea51e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/swss.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
SWSS = swss_1.0.0_amd64.deb
44
$(SWSS)_SRC_PATH = $(SRC_PATH)/sonic-swss
55
$(SWSS)_DEPENDS += $(LIBSAIREDIS_DEV) $(LIBSAIMETADATA_DEV) $(LIBTEAM_DEV) \
6-
$(LIBTEAMDCT) $(LIBTEAM_UTILS)
7-
$(SWSS)_RDEPENDS += $(LIBSAIREDIS) $(LIBSAIMETADATA) $(LIBTEAM)
6+
$(LIBTEAMDCT) $(LIBTEAM_UTILS) $(LIBSWSSCOMMON_DEV)
7+
$(SWSS)_RDEPENDS += $(LIBSAIREDIS) $(LIBSAIMETADATA) $(LIBTEAM) $(LIBSWSSCOMMON)
88
SONIC_DPKG_DEBS += $(SWSS)
99

1010
SWSS_DBG = swss-dbg_1.0.0_amd64.deb

0 commit comments

Comments
 (0)