cpusage: remove AUTORELEASE
authorKuan-Yi Li <kyli@abysm.org>
Tue, 18 Jul 2023 00:22:20 +0000 (08:22 +0800)
committerNick 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

index f1f63ab3de9cafbafcc25f38ca98ad3b4fb338cb..995215e8d5a7fc84480dac1dae527a835866e09b 100644 (file)
@@ -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