From: Tim Orling Date: Tue, 11 Jan 2022 19:01:22 +0000 (-0800) Subject: btrfs-tools: use setuptools3-base not distutils X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee4c5b3ac3de168409f39f02d2b68b8d20bcefb2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git btrfs-tools: use setuptools3-base not distutils [YOCTO #14610] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.1.bb index 9f3c0e9abb0..3cf216724e0 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.1.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.15.1.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"