summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-11-24 19:18:24 -0800
committerTim Orling <timothy.t.orling@intel.com>2021-11-25 20:07:59 -0800
commit5f8000e0846ff04fc7e38747ef5a475be245649e (patch)
tree704dae87f12d0b7ea837acb6dd59dce8853333f3
parente32138ebaad13e4c75a08ae8fe00a6c4e99e7df9 (diff)
downloadopenembedded-core-contrib-5f8000e0846ff04fc7e38747ef5a475be245649e.tar.gz
bind: inherit setuptools3-base instead of distutils
[YOCTO #14610] Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
-rw-r--r--meta/recipes-connectivity/bind/bind_9.16.23.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/bind/bind_9.16.23.bb b/meta/recipes-connectivity/bind/bind_9.16.23.bb
index c1bf250c26..f4db113c7e 100644
--- a/meta/recipes-connectivity/bind/bind_9.16.23.bb
+++ b/meta/recipes-connectivity/bind/bind_9.16.23.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"