summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-10-29 09:53:21 -0700
committerTim Orling <timothy.t.orling@intel.com>2021-11-25 20:05:11 -0800
commita8beee3c1d2f96a9ddf0c462f9fb72ccf8bd4fab (patch)
tree9dae3a0ff86bee99d8ed866c6fcbd8135baeddb9
parent63db93f8f02ca26cb4a0ad479bdc340f41b89bde (diff)
downloadopenembedded-core-contrib-a8beee3c1d2f96a9ddf0c462f9fb72ccf8bd4fab.tar.gz
gpgme: inherit setuptools-base not distutils
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 <timothy.t.orling@intel.com>
-rw-r--r--meta/recipes-support/gpgme/gpgme_1.16.0.bb2
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}" \
--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'