Skip to content

Commit

Permalink
[Build]: Fix marvell sai package version parsing issue
Browse files Browse the repository at this point in the history
Fix marvell sai package version parsing issue (sonic-net#10009)
  • Loading branch information
xumia committed Feb 19, 2022
1 parent a7f6130 commit f65a071
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion platform/marvell-armhf/sai.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Marvell SAI

export MRVL_SAI_VERSION = 1.9.1-1
export MRVL_SAI = mrvllibsai_$(PLATFORM_ARCH)_$(MRVL_SAI_VERSION).deb
export MRVL_SAI = mrvllibsai_$(MRVL_SAI_VERSION)_$(PLATFORM_ARCH).deb
export MRVL_SAI_PACKAGE = 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
2 changes: 1 addition & 1 deletion platform/marvell-armhf/sai/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SHELL = /bin/bash
.SHELLFLAGS += -e

MRVL_SAI_URL = https://github.com/Marvell-switching/sonic-marvell-binaries/raw/master/armhf/sai-plugin/$(MRVL_SAI)
MRVL_SAI_URL = https://github.com/Marvell-switching/sonic-marvell-binaries/raw/master/armhf/sai-plugin/$(MRVL_SAI_PACKAGE)

$(addprefix $(DEST)/, $(MRVL_SAI)): $(DEST)/% :
# get deb package
Expand Down

0 comments on commit f65a071

Please sign in to comment.