projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2332e2
)
tools/flock: add PKG_{VERSION,RELEASE}
author
Paul Spooren
<mail@aparcar.org>
Wed, 22 Jul 2020 23:49:37 +0000
(13:49 -1000)
committer
Adrian Schmutzler
<freifunk@adrianschmutzler.de>
Thu, 23 Jul 2020 09:30:22 +0000
(11:30 +0200)
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
patch
|
blob
|
history
diff --git
a/tools/flock/Makefile
b/tools/flock/Makefile
index 9939d121169cae4fafd23acdccab8e22722f83f9..cd3561bb6996c1b0a3d85257b1e94ffb6d198f5b 100644
(file)
--- 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