[openwrt/openwrt] perf: fix version for APK
LEDE Commits
lede-commits at lists.infradead.org
Tue Nov 12 08:55:21 PST 2024
ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/dbe01f7d999d0e02fa1e01aa596562ce04ec1f6a
commit dbe01f7d999d0e02fa1e01aa596562ce04ec1f6a
Author: Til Kaiser <mail at tk154.de>
AuthorDate: Tue Nov 12 16:33:56 2024 +0100
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 <mail at tk154.de>
Link: https://github.com/openwrt/openwrt/pull/16930
Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
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
More information about the lede-commits
mailing list