diff options
author | Paul Spooren <mail@aparcar.org> | 2020-07-22 13:46:21 -1000 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-23 11:30:14 +0200 |
commit | d2332e215efbf53ee873cb62ea1f39acc705166e (patch) | |
tree | b628dd1f16b09a7e7495ddd369ae3a2846d6ffd5 /tools/sstrip/Makefile | |
parent | 7c12d5d167f7479e827e9f13e70a6f88dbc6f4ba (diff) | |
download | upstream-d2332e215efbf53ee873cb62ea1f39acc705166e.tar.gz upstream-d2332e215efbf53ee873cb62ea1f39acc705166e.tar.bz2 upstream-d2332e215efbf53ee873cb62ea1f39acc705166e.zip |
tools/sstrip: add PKG_{VERSION,RELEASE}
Comparing the in tree stored source file of sstrip suggests it's version
2.0[0], reflect that in the Makefile.
Motivation is the tracking of changes in the buildsystem, which requires
versioning of packages.
[0]: https://github.com/BR903/ELFkickers/commit/df4426a0f0ada861064d75c08cbebaac7c16b3ae#diff-d3ba694d91432a068d5d3b36abf8cd0f
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'tools/sstrip/Makefile')
-rw-r--r-- | tools/sstrip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile index 180bd1743e..bab172a95a 100644 --- a/tools/sstrip/Makefile +++ b/tools/sstrip/Makefile @@ -7,6 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sstrip +PKG_VERSION:=2.0 +PKG_RELEASE:=1 include $(INCLUDE_DIR)/host-build.mk |