From: Yann Dirson Date: Thu, 12 Nov 2020 17:26:13 +0000 (+0100) Subject: systemtap: remove extra dependencies X-Git-Tag: uninative-2.10~717 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=01372c667371a3749c485459d35033a29d150988;p=openembedded-core.git systemtap: remove extra dependencies Most of the RDEPENDS part of PACKAGECONFIG[translator] appears to be related to examples only. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index e98aff1851..375e570454 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb @@ -19,7 +19,7 @@ STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs" EXTRA_OECONF += "${STAP_DOCS} " PACKAGECONFIG ??= "translator sqlite monitor python3-probes" -PACKAGECONFIG[translator] = "--enable-translator,--disable-translator,boost,python3-core bash perl" +PACKAGECONFIG[translator] = "--enable-translator,--disable-translator,boost,bash" PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt" PACKAGECONFIG[sqlite] = "--enable-sqlite,--disable-sqlite,sqlite3" PACKAGECONFIG[monitor] = "--enable-monitor,--disable-monitor,ncurses json-c"