diff options
| author | Wen Yang <wen.yang@linux.dev> | 2025-07-01 01:22:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-01 08:11:11 -0700 |
| commit | 005603e4b2753414fb2c520fa6a22938534c2b8d (patch) | |
| tree | 89b601c1d7460bb6a09a33f5924f86be64c2b862 /meta-oe/recipes-devtools/pstack/pstack_git.bb | |
| parent | b29ce87bb40a964a45f16585ed04c969ed576863 (diff) | |
| download | meta-openembedded-005603e4b2753414fb2c520fa6a22938534c2b8d.tar.gz | |
pstack: add recipe
This recipe provides pstack for C/C++, Go, Rust, and Python.
Signed-off-by: Wen Yang <wen.yang@linux.dev>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/pstack/pstack_git.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/pstack/pstack_git.bb | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
| 1 | require pstack.inc | ||
| 2 | |||
| 3 | SRCREV = "1e1734be3adb6d9c81b57c5cc3d0c8fbc43bdee3" | ||
| 4 | PV = "2.11" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/peadar/pstack.git;branch=master;protocol=https \ | ||
| 7 | file://0001-tests-fix-the-issue-of-cross-compilation-failure.patch \ | ||
| 8 | " | ||
