From: Tim Orling Date: Tue, 11 Jan 2022 19:01:16 +0000 (-0800) Subject: gpgme: inherit setuptools-base not distuils X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5534 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ca72e4e04841571ee42a838ec14f6b519c54c1e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gpgme/gpgme_1.16.0.bb b/meta/recipes-support/gpgme/gpgme_1.16.0.bb index 0ab30d93b9e..d31e1b3132e 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}" \ --disable-lang-python-test \ ' -inherit autotools texinfo binconfig-disabled pkgconfig distutils-common-base ${PYTHON_INHERIT} multilib_header +inherit autotools texinfo binconfig-disabled pkgconfig setuptools3-base ${PYTHON_INHERIT} multilib_header export PKG_CONFIG='pkg-config'