From: Tim Orling Date: Tue, 11 Jan 2022 19:01:24 +0000 (-0800) Subject: bind: inherit setuptools3-base instead of distutils X-Git-Tag: uninative-3.5~277 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1b3c11b956085e144140a36e165a9c8fc880402a;p=openembedded-core.git bind: inherit setuptools3-base instead of distutils [YOCTO #14610] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/bind/bind_9.16.24.bb b/meta/recipes-connectivity/bind/bind_9.16.24.bb index c9e6f79dba..ef5fd42ef8 100644 --- a/meta/recipes-connectivity/bind/bind_9.16.24.bb +++ b/meta/recipes-connectivity/bind/bind_9.16.24.bb @@ -46,7 +46,7 @@ EXTRA_OECONF = " --with-libtool --disable-devpoll --disable-auto-validation --en " LDFLAGS:append = " -lz" -inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native distutils3-base', '', d)} +inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native setuptools3-base', '', d)} # dhcp needs .la so keep them REMOVE_LIBTOOL_LA = "0"