diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-01-11 11:01:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-12 21:09:02 +0000 |
commit | 33f288e43289a98348cc4274e645460ca8315961 (patch) | |
tree | 95e24aaf4901f978bd72a2622dc8fc69699e752d /meta | |
parent | ee4d215eb5acbad1250c885b33bd68c160a21036 (diff) | |
download | poky-33f288e43289a98348cc4274e645460ca8315961.tar.gz |
bind: inherit setuptools3-base instead of distutils
[YOCTO #14610]
(From OE-Core rev: 1b3c11b956085e144140a36e165a9c8fc880402a)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/bind/bind_9.16.24.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
46 | " | 46 | " |
47 | LDFLAGS:append = " -lz" | 47 | LDFLAGS:append = " -lz" |
48 | 48 | ||
49 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native distutils3-base', '', d)} | 49 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native setuptools3-base', '', d)} |
50 | 50 | ||
51 | # dhcp needs .la so keep them | 51 | # dhcp needs .la so keep them |
52 | REMOVE_LIBTOOL_LA = "0" | 52 | REMOVE_LIBTOOL_LA = "0" |