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

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


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

commit d2332e215efbf53ee873cb62ea1f39acc705166e
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Wed Jul 22 13:46:21 2020 -1000

    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 at aparcar.org>
---
 tools/sstrip/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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
 



More information about the lede-commits mailing list