summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap
diff options
context:
space:
mode:
authorYann Dirson <yann@blade-group.com>2020-11-12 18:26:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-13 14:32:00 +0000
commit7412e2f2b2e52489d31677c686342a8bb724b042 (patch)
treed976a6ad83845109ccbc970b5b61bf2f81f54462 /meta/recipes-kernel/systemtap
parentabad536ddfca78e2f8dd6f550b93f63490048540 (diff)
downloadpoky-7412e2f2b2e52489d31677c686342a8bb724b042.tar.gz
systemtap: remove extra dependencies
Most of the RDEPENDS part of PACKAGECONFIG[translator] appears to be related to examples only. (From OE-Core rev: 01372c667371a3749c485459d35033a29d150988) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
19EXTRA_OECONF += "${STAP_DOCS} " 19EXTRA_OECONF += "${STAP_DOCS} "
20 20
21PACKAGECONFIG ??= "translator sqlite monitor python3-probes" 21PACKAGECONFIG ??= "translator sqlite monitor python3-probes"
22PACKAGECONFIG[translator] = "--enable-translator,--disable-translator,boost,python3-core bash perl" 22PACKAGECONFIG[translator] = "--enable-translator,--disable-translator,boost,bash"
23PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt" 23PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt"
24PACKAGECONFIG[sqlite] = "--enable-sqlite,--disable-sqlite,sqlite3" 24PACKAGECONFIG[sqlite] = "--enable-sqlite,--disable-sqlite,sqlite3"
25PACKAGECONFIG[monitor] = "--enable-monitor,--disable-monitor,ncurses json-c" 25PACKAGECONFIG[monitor] = "--enable-monitor,--disable-monitor,ncurses json-c"