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.bb33
1 files changed, 33 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..cebc13d36c
--- /dev/null
+++ b/meta-oe/recipes-devtools/pstack/pstack_2.10.bb
@@ -0,0 +1,33 @@
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=ea061f8731d5e6a5761dfad951ef5f5f"
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
15S = "${WORKDIR}/${BPN}${PV}"
16
17PACKAGES =+ "${PN}-lib"
18
19SOLIBS = ".so"
20FILES_SOLIBSDEV = ""
21
22# isn't getting picked up by shlibs code
23RDEPENDS:${PN} += "tk-lib"
24RDEPENDS:${PN}:class-native = ""
25
26BBCLASSEXTEND = "native nativesdk"
27
28inherit binconfig
29
30SYSROOT_DIRS += "${bindir_crossscripts}"
31
32# Fix some paths that might be used by Tcl extensions
33BINCONFIG_GLOB = "*Config.sh"