diff options
author | Paul Spooren <mail@aparcar.org> | 2020-07-22 13:49:37 -1000 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-23 11:30:22 +0200 |
commit | fca3bf4f4c35ceea0b36a5898bdb1ee4d7ab23dc (patch) | |
tree | cda1bbd470b7c3dbe90742d304906e7a4fab01b6 | |
parent | d2332e215efbf53ee873cb62ea1f39acc705166e (diff) | |
download | upstream-fca3bf4f4c35ceea0b36a5898bdb1ee4d7ab23dc.tar.gz upstream-fca3bf4f4c35ceea0b36a5898bdb1ee4d7ab23dc.tar.bz2 upstream-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>
-rw-r--r-- | tools/flock/Makefile | 2 |
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 |