summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-10-29 10:12:03 -0700
committerTim Orling <timothy.t.orling@intel.com>2021-11-25 20:07:01 -0800
commit41ea76d033252833f99ff490a7d7baa9e7a89d25 (patch)
treef7bbfe0c8070f905a85090f23b8c8323cb82fa62
parent25502f1588a7b9e57ae9f2899c74491b1e8d187a (diff)
downloadopenembedded-core-contrib-41ea76d033252833f99ff490a7d7baa9e7a89d25.tar.gz
btrfs-tools: use setuptools3-base not distutils
[YOCTO #14610] Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
-rw-r--r--meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.bb
index 399ba17e3e..45872e4a97 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.bb
@@ -43,7 +43,7 @@ PACKAGECONFIG[crypto-libsodium] = "--with-crypto=libsodium,,libsodium"
PACKAGECONFIG[crypto-libkcapi] = "--with-crypto=libkcapi,,libkcapi"
inherit autotools-brokensep pkgconfig manpages
-inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'distutils3-base', '', d)}
+inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'setuptools3-base', '', d)}
CLEANBROKEN = "1"