perf: fix version for APK
Change the version schema of perf to be compatible with APK as
described in this commit: e8725a932e
.
Signed-off-by: Til Kaiser <mail@tk154.de>
Link: https://github.com/openwrt/openwrt/pull/16930
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
8729d2a64d
commit
dbe01f7d99
|
@ -30,7 +30,7 @@ define Package/perf
|
|||
DEPENDS:= +libelf +libdw +PACKAGE_libunwind:libunwind +libpthread +librt +objdump @!IN_SDK @KERNEL_PERF_EVENTS \
|
||||
+PACKAGE_libbfd:libbfd +PACKAGE_libopcodes:libopcodes +libtraceevent
|
||||
TITLE:=Linux performance monitoring tool
|
||||
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
|
||||
VERSION:=$(LINUX_VERSION)-r$(PKG_RELEASE)
|
||||
URL:=http://www.kernel.org
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in New Issue