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>
This commit is contained in:
Paul Spooren 2020-07-22 13:49:37 -10:00 committed by CN_SZTL
parent cfe8c10798
commit cef6808d80
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -7,6 +7,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME := flock
PKG_VERSION := 2.18
PKG_RELEASE := 1
include $(INCLUDE_DIR)/host-build.mk