Skip to content

Commit 54a3178

Browse files
marian-pritsaklguohan
authored andcommitted
Add runtime dependencies for syncd (#97)
Install lisairedis and libsaimetadata along with syncd
1 parent edb5470 commit 54a3178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/sairedis.mk

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ LIBSAIREDIS_DEV = libsairedis-dev_1.0.0_amd64.deb
1010
$(eval $(call add_derived_package,$(LIBSAIREDIS),$(LIBSAIREDIS_DEV)))
1111

1212
SYNCD = syncd_1.0.0_amd64.deb
13+
$(SYNCD)_RDEPENDS += $(LIBSAIREDIS) $(LIBSAIMETADATA)
1314
$(eval $(call add_derived_package,$(LIBSAIREDIS),$(SYNCD)))
1415

1516
LIBSAIMETADATA = libsaimetadata_1.0.0_amd64.deb

0 commit comments

Comments
 (0)