cpusage: remove AUTORELEASE
Commit 0c10c224be
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>
This commit is contained in:
parent
a037254588
commit
caafb15e4b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue