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