diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-01-11 11:01:18 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-12 21:09:02 +0000 |
commit | 6e0f1aac4cb45d96f3c1edab6e7748911d9e5123 (patch) | |
tree | 6b162fc0a37834989f67d86fca59bd4408194624 /meta/recipes-kernel | |
parent | a3701532afefe77bbfd8552383d5df5323a589e3 (diff) | |
download | poky-6e0f1aac4cb45d96f3c1edab6e7748911d9e5123.tar.gz |
systemtap: use setuptools-base not distutils
[YOCTO #14610]
(From OE-Core rev: 83e4586ad64218a75b760d748e47ba4a4a07f8e9)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-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 d11d9b93a2..04f7e03ab5 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb | |||
@@ -31,7 +31,7 @@ PACKAGECONFIG[monitor] = "--enable-monitor,--disable-monitor,ncurses json-c" | |||
31 | PACKAGECONFIG[python3-probes] = "--with-python3-probes,--without-python3-probes,python3-setuptools-native" | 31 | PACKAGECONFIG[python3-probes] = "--with-python3-probes,--without-python3-probes,python3-setuptools-native" |
32 | 32 | ||
33 | inherit autotools gettext pkgconfig systemd | 33 | inherit autotools gettext pkgconfig systemd |
34 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3-probes', 'distutils3-base', '', d)} | 34 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3-probes', 'setuptools3-base', '', d)} |
35 | 35 | ||
36 | # exporter comes with python3-probes | 36 | # exporter comes with python3-probes |
37 | PACKAGES =+ "${PN}-exporter" | 37 | PACKAGES =+ "${PN}-exporter" |