From dbe01f7d999d0e02fa1e01aa596562ce04ec1f6a Mon Sep 17 00:00:00 2001 From: Til Kaiser Date: Tue, 12 Nov 2024 16:33:56 +0100 Subject: [PATCH] perf: fix version for APK Change the version schema of perf to be compatible with APK as described in this commit: e8725a932e16eaf6ec51add8c084d959cbe32ff2. Signed-off-by: Til Kaiser Link: https://github.com/openwrt/openwrt/pull/16930 Signed-off-by: Christian Marangi --- package/devel/perf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/devel/perf/Makefile b/package/devel/perf/Makefile index 20be59516d..a2830420cc 100644 --- a/package/devel/perf/Makefile +++ b/package/devel/perf/Makefile @@ -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 -- 2.30.2