[openwrt/openwrt] tools/flock: add PKG_{VERSION,RELEASE}

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 23 05:31:05 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fca3bf4f4c35ceea0b36a5898bdb1ee4d7ab23dc

commit fca3bf4f4c35ceea0b36a5898bdb1ee4d7ab23dc
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Jul 22 13:49:37 2020 -1000

    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 at aparcar.org>
---
 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
 



More information about the lede-commits mailing list