Skip to content

Commit

Permalink
[sflow] Bump hsflowd version in Makefile (sonic-net#6065)
Browse files Browse the repository at this point in the history
* Specify the hsflowd version in the Makefile using variables instead of hardcore.

Signed-off-by: Garrick He <garrick_he@dell.com>
  • Loading branch information
GarrickHe committed Dec 1, 2020
1 parent 6803e1d commit 112eb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sflow/hsflowd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
git clone https://github.com/sflow/host-sflow

pushd ./host-sflow
git checkout -b sflow tags/v2.0.26-4
git checkout -b sflow tags/v$(HSFLOWD_VERSION)-$(HSFLOWD_SUBVERSION)

# Apply patch series
stg init
Expand Down

0 comments on commit 112eb08

Please sign in to comment.