diff mbox series

tools: Add PKG_VERSION to flock

Message ID 20200722213200.784784-1-mail@aparcar.org
State Superseded
Headers show
Series tools: Add PKG_VERSION to flock | expand

Commit Message

Paul Spooren July 22, 2020, 9:32 p.m. UTC
The stored source code of flock contains the version string of version
2.18, reflect that in the Makefile.

Motivation is the tracking of changes in the buildsystem, which requires
versioning of packages.

Signed-off-by: Paul Spooren <mail@aparcar.org>
---
 tools/flock/Makefile | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/tools/flock/Makefile b/tools/flock/Makefile
index 9939d12116..83922a79aa 100644
--- a/tools/flock/Makefile
+++ b/tools/flock/Makefile
@@ -7,6 +7,7 @@ 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME := flock
+PKG_VERSION := 2.18
 
 include $(INCLUDE_DIR)/host-build.mk