From 5f8000e0846ff04fc7e38747ef5a475be245649e Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Wed, 24 Nov 2021 19:18:24 -0800 Subject: bind: inherit setuptools3-base instead of distutils [YOCTO #14610] Signed-off-by: Tim Orling --- meta/recipes-connectivity/bind/bind_9.16.23.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg