projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c12d5d
)
tools/sstrip: add PKG_{VERSION,RELEASE}
author
Paul Spooren
<
[email protected]
>
Wed, 22 Jul 2020 23:46:21 +0000
(13:46 -1000)
committer
Adrian Schmutzler
<
[email protected]
>
Thu, 23 Jul 2020 09:30:14 +0000
(11:30 +0200)
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]
>
tools/sstrip/Makefile
patch
|
blob
|
history
diff --git
a/tools/sstrip/Makefile
b/tools/sstrip/Makefile
index 180bd1743e5d6402707504ba1dfddb126867af29..bab172a95a74c34bb87f195ecb1806227e3902b8 100644
(file)
--- 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