projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a037254
)
cpusage: remove AUTORELEASE
author
Kuan-Yi Li
<kyli@abysm.org>
Tue, 18 Jul 2023 00:22:20 +0000
(08:22 +0800)
committer
Nick Hainke
<vincent@systemli.org>
Tue, 18 Jul 2023 16:03:11 +0000
(18:03 +0200)
Commit
0c10c224be81
only handles the case where AUTORELEASE is used in
PKG_RELEASE thus this package was left behind. Let's fix this up.
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
utils/cpusage/Makefile
patch
|
blob
|
history
diff --git
a/utils/cpusage/Makefile
b/utils/cpusage/Makefile
index f1f63ab3de9cafbafcc25f38ca98ad3b4fb338cb..995215e8d5a7fc84480dac1dae527a835866e09b 100644
(file)
--- a/
utils/cpusage/Makefile
+++ b/
utils/cpusage/Makefile
@@
-7,7
+7,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=cpusage
-PKG_VERSION:=
$(AUTORELEASE)
+PKG_VERSION:=
1
PKG_MAINTAINER:=Thomas Hühn <thomas.huehn@hs-nordhausen.de>
include $(INCLUDE_DIR)/package.mk