From: Paul Spooren Date: Wed, 22 Jul 2020 23:49:37 +0000 (-1000) Subject: tools/flock: add PKG_{VERSION,RELEASE} X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fca3bf4f4c35ceea0b36a5898bdb1ee4d7ab23dc;p=openwrt%2Fstaging%2Fdedeckeh.git 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 --- 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