[PATCH] tools: Add PKG_VERSION to sstrip
Paul Spooren
mail at aparcar.org
Wed Jul 22 18:15:23 EDT 2020
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 at aparcar.org>
---
tools/sstrip/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile
index 180bd1743e..99be063f4c 100644
--- a/tools/sstrip/Makefile
+++ b/tools/sstrip/Makefile
@@ -7,6 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sstrip
+PKG_VERSION:=2.0
include $(INCLUDE_DIR)/host-build.mk
--
2.25.1
More information about the openwrt-devel
mailing list