From: Yann Dirson Date: Thu, 12 Nov 2020 17:26:13 +0000 (+0100) Subject: systemtap: remove extra dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9598 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01372c667371a3749c485459d35033a29d150988;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 e98aff18516..375e570454d 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"