[PATCH v2] tools: add PKG_{VERSION,RELEASE} to flock

Paul Spooren mail at aparcar.org
Wed Jul 22 19:49:37 EDT 2020


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 at aparcar.org>
---
v2:
* Add release
* Lowercase after ':'

 tools/flock/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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




More information about the openwrt-devel mailing list