Browse Source

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 <[email protected]>
Paul Spooren 5 years ago
parent
commit
d2332e215e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/sstrip/Makefile

+ 2 - 0
tools/sstrip/Makefile

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