[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:
parent
6803e1d158
commit
112eb08f39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user