summaryrefslogtreecommitdiffstats
path: root/tools/flock
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2020-07-22 13:49:37 -1000
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-07-23 11:30:22 +0200
commitfca3bf4f4c35ceea0b36a5898bdb1ee4d7ab23dc (patch)
treecda1bbd470b7c3dbe90742d304906e7a4fab01b6 /tools/flock
parentd2332e215efbf53ee873cb62ea1f39acc705166e (diff)
downloadopenwrt-fca3bf4f4c35ceea0b36a5898bdb1ee4d7ab23dc.tar.gz
openwrt-fca3bf4f4c35ceea0b36a5898bdb1ee4d7ab23dc.tar.bz2
openwrt-fca3bf4f4c35ceea0b36a5898bdb1ee4d7ab23dc.zip
tools/flock: add PKG_{VERSION,RELEASE}
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>
Diffstat (limited to 'tools/flock')
-rw-r--r--tools/flock/Makefile2
1 files changed, 2 insertions, 0 deletions
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