Skip to content

Commit 701c1eb

Browse files
authored
[build]: add swss dbg package into deb (#506)
1 parent fed900f commit 701c1eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rules/swss.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ $(SWSS)_DEPENDS += $(LIBSAIREDIS_DEV) $(LIBSAIMETADATA_DEV) $(LIBTEAM_DEV) \
66
$(LIBTEAMDCT) $(LIBTEAM_UTILS)
77
$(SWSS)_RDEPENDS += $(LIBSAIREDIS) $(LIBSAIMETADATA) $(LIBTEAM)
88
SONIC_DPKG_DEBS += $(SWSS)
9+
10+
SWSS_DBG = swss-dbg_1.0.0_amd64.deb
11+
$(SWSS_DBG)_DEPENDS += $(SWSS)
12+
$(SWSS_DBG)_RDEPENDS += $(SWSS)
13+
$(eval $(call add_derived_package,$(SWSS),$(SWSS_DBG)))

0 commit comments

Comments
 (0)