Skip to content

Commit

Permalink
Add dev sdk packages to runtime dependency (#109)
Browse files Browse the repository at this point in the history
Symbolic links for sx libraries are in dev packages,
so we need them installed in containers too
  • Loading branch information
marian-pritsak authored and lguohan committed Dec 8, 2016
1 parent 4e4168d commit dd9389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/mellanox/mlnx-sai.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export MLNX_SAI_VERSION MLNX_SAI_REVISION
MLNX_SAI = mlnx-sai_1.mlnx.$(MLNX_SAI_VERSION)_amd64.deb
$(MLNX_SAI)_SRC_PATH = $(PLATFORM_PATH)/mlnx-sai
$(MLNX_SAI)_DEPENDS += $(MLNX_SDK_DEBS)
$(MLNX_SAI)_RDEPENDS += $(MLNX_SDK_RDEBS)
$(MLNX_SAI)_RDEPENDS += $(MLNX_SDK_RDEBS) $(MLNX_SDK_DEBS)
SONIC_MAKE_DEBS += $(MLNX_SAI)

0 comments on commit dd9389f

Please sign in to comment.