mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
920712aaac
commit
15ad5e730f
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user