From 005603e4b2753414fb2c520fa6a22938534c2b8d Mon Sep 17 00:00:00 2001 From: Wen Yang Date: Tue, 1 Jul 2025 01:22:24 +0800 Subject: pstack: add recipe This recipe provides pstack for C/C++, Go, Rust, and Python. Signed-off-by: Wen Yang Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/pstack/pstack_git.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-oe/recipes-devtools/pstack/pstack_git.bb (limited to 'meta-oe/recipes-devtools/pstack/pstack_git.bb') diff --git a/meta-oe/recipes-devtools/pstack/pstack_git.bb b/meta-oe/recipes-devtools/pstack/pstack_git.bb new file mode 100644 index 0000000000..cc6721f9e3 --- /dev/null +++ b/meta-oe/recipes-devtools/pstack/pstack_git.bb @@ -0,0 +1,8 @@ +require pstack.inc + +SRCREV = "1e1734be3adb6d9c81b57c5cc3d0c8fbc43bdee3" +PV = "2.11" + +SRC_URI = "git://github.com/peadar/pstack.git;branch=master;protocol=https \ + file://0001-tests-fix-the-issue-of-cross-compilation-failure.patch \ + " -- cgit v1.2.3-54-g00ecf