Files
meta-openembedded/meta-oe/recipes-devtools/pstack/pstack_2.10.bb
T
Martin Jansa 225ef0569a pstack: require x11 in DISTRO_FEATURES
* for libx11 and libxt
* only 2.10 version seems to use it
* surprisingly there is an .inc file but 2.10 and 2.11 from git don't share it

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-07-13 09:46:09 -07:00

34 lines
890 B
BlitzBasic

SUMMARY = "A from-scratch implementation of pstack using DWARF debugging \
and unwind information. Works for C/C++, Go, Rust, and Python."
HOMEPAGE = "https://github.com/peadar/pstack"
SECTION = "devel/pstack"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=671019a96ba80415b696240ed2ca5e80"
DEPENDS = "tcl virtual/libx11 libxt zip-native"
SRC_URI = "git://github.com/peadar/pstack;branch=master;tag=v${PV};protocol=https"
SRCREV = "a310df637d74917a1d3570c540bf3aef899d7e63"
PACKAGES =+ "${PN}-lib"
SOLIBS = ".so"
FILES_SOLIBSDEV = ""
# isn't getting picked up by shlibs code
RDEPENDS:${PN} += "tk-lib"
RDEPENDS:${PN}:class-native = ""
BBCLASSEXTEND = "native nativesdk"
inherit binconfig features_check
REQUIRED_DISTRO_FEATURES = "x11"
SYSROOT_DIRS += "${bindir_crossscripts}"
# Fix some paths that might be used by Tcl extensions
BINCONFIG_GLOB = "*Config.sh"