diff options
author | Yann Dirson <yann@blade-group.com> | 2020-11-12 18:26:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-13 14:32:00 +0000 |
commit | 7412e2f2b2e52489d31677c686342a8bb724b042 (patch) | |
tree | d976a6ad83845109ccbc970b5b61bf2f81f54462 /meta/recipes-kernel/systemtap | |
parent | abad536ddfca78e2f8dd6f550b93f63490048540 (diff) | |
download | poky-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.bb | 2 |
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" | |||
19 | EXTRA_OECONF += "${STAP_DOCS} " | 19 | EXTRA_OECONF += "${STAP_DOCS} " |
20 | 20 | ||
21 | PACKAGECONFIG ??= "translator sqlite monitor python3-probes" | 21 | PACKAGECONFIG ??= "translator sqlite monitor python3-probes" |
22 | PACKAGECONFIG[translator] = "--enable-translator,--disable-translator,boost,python3-core bash perl" | 22 | PACKAGECONFIG[translator] = "--enable-translator,--disable-translator,boost,bash" |
23 | PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt" | 23 | PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt" |
24 | PACKAGECONFIG[sqlite] = "--enable-sqlite,--disable-sqlite,sqlite3" | 24 | PACKAGECONFIG[sqlite] = "--enable-sqlite,--disable-sqlite,sqlite3" |
25 | PACKAGECONFIG[monitor] = "--enable-monitor,--disable-monitor,ncurses json-c" | 25 | PACKAGECONFIG[monitor] = "--enable-monitor,--disable-monitor,ncurses json-c" |