mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
btrfs-tools: use setuptools3-base not distutils
[YOCTO #14610] (From OE-Core rev: ee4c5b3ac3de168409f39f02d2b68b8d20bcefb2) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
22305593e8
commit
ee4d215eb5
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user