diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-01-11 11:01:16 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-12 21:09:01 +0000 |
commit | 15ad5e730f310a9de46001bddf98a204e21f9d08 (patch) | |
tree | 8cd3cc002083bd52692bd2faebdd01c1777e376c /meta/recipes-support | |
parent | 920712aaacb38f6183927626099caa426a5e586b (diff) | |
download | poky-15ad5e730f310a9de46001bddf98a204e21f9d08.tar.gz |
gpgme: inherit setuptools-base not distuils
What was distutils-common-base has been merged into setuptools3-base,
since we no longer need to support python2 and python3.
[YOCTO #14610]
(From OE-Core rev: 4ca72e4e04841571ee42a838ec14f6b519c54c1e)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gpgme/gpgme_1.16.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gpgme/gpgme_1.16.0.bb b/meta/recipes-support/gpgme/gpgme_1.16.0.bb index 0ab30d93b9..d31e1b3132 100644 --- a/meta/recipes-support/gpgme/gpgme_1.16.0.bb +++ b/meta/recipes-support/gpgme/gpgme_1.16.0.bb | |||
@@ -59,7 +59,7 @@ EXTRA_OECONF += '--enable-languages="${LANGUAGES}" \ | |||
59 | --disable-lang-python-test \ | 59 | --disable-lang-python-test \ |
60 | ' | 60 | ' |
61 | 61 | ||
62 | inherit autotools texinfo binconfig-disabled pkgconfig distutils-common-base ${PYTHON_INHERIT} multilib_header | 62 | inherit autotools texinfo binconfig-disabled pkgconfig setuptools3-base ${PYTHON_INHERIT} multilib_header |
63 | 63 | ||
64 | export PKG_CONFIG='pkg-config' | 64 | export PKG_CONFIG='pkg-config' |
65 | 65 | ||