[sflow] Bump hsflowd version in Makefile (#6065)

* Specify the hsflowd version in the Makefile using variables instead of hardcore.

Signed-off-by: Garrick He <garrick_he@dell.com>
This commit is contained in:
Garrick He 2020-11-30 18:46:42 -08:00 committed by GitHub
parent 6803e1d158
commit 112eb08f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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