Skip to content

Commit

Permalink
[Marvell] Updated armhf SAI deb version info. (#6863)
Browse files Browse the repository at this point in the history
Modified the MRVL SAI debian version format to include debian revision number. This helps in identifying the SAI deb causing any build/runtime issue.

Signed-off-by: Rajkumar Pennadam Ramamoorthy <[email protected]>
  • Loading branch information
rajkumar38 authored Feb 25, 2021
1 parent 12c03c4 commit 965f490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/marvell-armhf/sai.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Marvell SAI

export MRVL_SAI_VERSION = 1.7.1
export MRVL_SAI = mrvllibsai_m0_MASTER_$(PLATFORM_ARCH)_$(MRVL_SAI_VERSION).deb
export MRVL_SAI_VERSION = 1.7.1-1
export MRVL_SAI = mrvllibsai_$(PLATFORM_ARCH)_$(MRVL_SAI_VERSION).deb

$(MRVL_SAI)_SRC_PATH = $(PLATFORM_PATH)/sai
$(eval $(call add_conflict_package,$(MRVL_SAI),$(LIBSAIVS_DEV)))
Expand Down

0 comments on commit 965f490

Please sign in to comment.