From dea8afa45ef5a3226c88b062c13284d68f380e18 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 27 Jan 2024 09:51:54 -0800 Subject: [PATCH] uftrace: Adjust the summary to reflect rust and python support Suggested-by: Paran Lee Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb index 94340b084f8..ff04d40eaf4 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.15.2.bb @@ -1,4 +1,4 @@ -SUMMARY = "Trace and analyze execution of a program written in C/C++" +SUMMARY = "Trace and analyze execution of a program written in C/C++, Rust and Python" HOMEPAGE = "https://github.com/namhyung/uftrace" BUGTRACKER = "https://github.com/namhyung/uftrace/issues" SECTION = "devel"