diff options
author | Kuan-Yi Li <kyli@abysm.org> | 2023-07-18 08:22:20 +0800 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2023-07-18 18:03:11 +0200 |
commit | caafb15e4bec8ff2fa9a62af19312fd2c438dbc8 (patch) | |
tree | dfedeaa2b65acbffb8a6d7828fd481ffd4cfbcad /utils | |
parent | a0372545887a2f16329be56949465e13af0d04c7 (diff) |
cpusage: remove AUTORELEASE
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>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/cpusage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/cpusage/Makefile b/utils/cpusage/Makefile index f1f63ab3d..995215e8d 100644 --- 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 |