diff options
Diffstat (limited to 'meta/recipes-kernel/systemtap/systemtap_git.bb')
| -rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index da30fa5e6d..43bf69e877 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb | |||
| @@ -2,9 +2,7 @@ SUMMARY = "Script-directed dynamic tracing and performance analysis tool for Lin | |||
| 2 | 2 | ||
| 3 | require systemtap_git.inc | 3 | require systemtap_git.inc |
| 4 | 4 | ||
| 5 | DEPENDS = "elfutils sqlite3 systemtap-native ncurses json-c" | 5 | DEPENDS = "boost elfutils" |
| 6 | DEPENDS_class-native = "elfutils-native sqlite3-native gettext-native" | ||
| 7 | DEPENDS_class-nativesdk = "nativesdk-elfutils nativesdk-sqlite3 nativesdk-gettext" | ||
| 8 | 6 | ||
| 9 | RDEPENDS_${PN} += "python3-core bash" | 7 | RDEPENDS_${PN} += "python3-core bash" |
| 10 | 8 | ||
| @@ -19,8 +17,10 @@ STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs" | |||
| 19 | 17 | ||
| 20 | EXTRA_OECONF += "${STAP_DOCS} " | 18 | EXTRA_OECONF += "${STAP_DOCS} " |
| 21 | 19 | ||
| 22 | PACKAGECONFIG ??= "" | 20 | PACKAGECONFIG ??= "sqlite monitor" |
| 23 | PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt" | 21 | PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt" |
| 22 | PACKAGECONFIG[sqlite] = "--enable-sqlite,--disable-sqlite,sqlite3" | ||
| 23 | PACKAGECONFIG[monitor] = "--enable-monitor,--disable-monitor,ncurses json-c" | ||
| 24 | 24 | ||
| 25 | inherit autotools gettext pkgconfig | 25 | inherit autotools gettext pkgconfig |
| 26 | 26 | ||
