summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/pstack/pstack_2.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/pstack/pstack_2.10.bb')
-rw-r--r--meta-oe/recipes-devtools/pstack/pstack_2.10.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/pstack/pstack_2.10.bb b/meta-oe/recipes-devtools/pstack/pstack_2.10.bb
new file mode 100644
index 0000000000..bed49b62ba
--- /dev/null
+++ b/meta-oe/recipes-devtools/pstack/pstack_2.10.bb
@@ -0,0 +1,31 @@
1SUMMARY = "A from-scratch implementation of pstack using DWARF debugging \
2and unwind information. Works for C/C++, Go, Rust, and Python."
3
4HOMEPAGE = "https://github.com/peadar/pstack"
5SECTION = "devel/pstack"
6
7LICENSE = "BSD-2-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=671019a96ba80415b696240ed2ca5e80"
9
10DEPENDS = "tcl virtual/libx11 libxt zip-native"
11
12SRC_URI = "git://github.com/peadar/pstack;branch=master;tag=v${PV};protocol=https"
13SRCREV = "a310df637d74917a1d3570c540bf3aef899d7e63"
14
15PACKAGES =+ "${PN}-lib"
16
17SOLIBS = ".so"
18FILES_SOLIBSDEV = ""
19
20# isn't getting picked up by shlibs code
21RDEPENDS:${PN} += "tk-lib"
22RDEPENDS:${PN}:class-native = ""
23
24BBCLASSEXTEND = "native nativesdk"
25
26inherit binconfig
27
28SYSROOT_DIRS += "${bindir_crossscripts}"
29
30# Fix some paths that might be used by Tcl extensions
31BINCONFIG_GLOB = "*Config.sh"