mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 03:33:02 +01:00
SystemTap needs to provide uprobes.ko in order to support user space probing. Build and install the module on systems that support it. Additionally, split off common bits into systemtap_git.inc. (From OE-Core rev: 3cc4ba935444240b93abdc726342658ada803118) Signed-off-by: Wade Farnsworth <wade_farnsworth@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
789 B
BlitzBasic
24 lines
789 B
BlitzBasic
DESCRIPTION = "SystemTap - script-directed dynamic tracing and performance analysis tool for Linux"
|
|
|
|
require systemtap_git.inc
|
|
|
|
DEPENDS = "elfutils sqlite3 systemtap-native"
|
|
DEPENDS_virtclass-native = "elfutils-native sqlite3-native gettext-native"
|
|
DEPENDS_virtclass-nativesdk = "elfutils-nativesdk sqlite3-nativesdk gettext-nativesdk"
|
|
|
|
PR = "r2"
|
|
|
|
EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
|
|
ac_cv_file__usr_include_nss=no \
|
|
ac_cv_file__usr_include_nss3=no \
|
|
ac_cv_file__usr_include_nspr=no \
|
|
ac_cv_file__usr_include_nspr4=no \
|
|
ac_cv_file__usr_include_avahi_client=no \
|
|
ac_cv_file__usr_include_avahi_common=no "
|
|
|
|
inherit autotools gettext
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
FILES_${PN}-dbg += "${libexecdir}/systemtap/.debug"
|