2024-09-09 08:57:42 +00:00
|
|
|
SUMMARY = "Script-directed dynamic tracing and performance analysis tool for Linux"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
require systemtap_git.inc
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
DEPENDS = "elfutils sqlite3 systemtap-native"
|
|
|
|
DEPENDS_class-native = "elfutils-native sqlite3-native gettext-native"
|
|
|
|
DEPENDS_class-nativesdk = "nativesdk-elfutils nativesdk-sqlite3 nativesdk-gettext"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
RDEPENDS_${PN} += "python bash"
|
|
|
|
RDEPENDS_${PN}_class-native += "python-native"
|
|
|
|
RDEPENDS_${PN}_class-nativesdk += "python-native"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
|
2024-09-09 08:57:42 +00:00
|
|
|
--without-nss --without-avahi --without-dyninst \
|
|
|
|
--disable-server --disable-grapher --enable-prologues \
|
|
|
|
ac_cv_prog_have_javac=no \
|
|
|
|
ac_cv_prog_have_jar=no "
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
EXTRA_OECONF += "${STAP_DOCS} "
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
PACKAGECONFIG ??= ""
|
|
|
|
PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
inherit autotools gettext pkgconfig
|
|
|
|
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
FILES_${PN}-dbg += "${libexecdir}/systemtap/.debug"
|