mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
librepo: inherit setuptools3-base not distutils
[YOCTO #14610] (From OE-Core rev: b6cb9f033e6ea5dc3009dc76a4a297905913410a) 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
ce2a0fddaa
commit
22305593e8
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2"
|
||||
|
||||
inherit cmake distutils3-base pkgconfig
|
||||
inherit cmake setuptools3-base pkgconfig
|
||||
|
||||
EXTRA_OECMAKE = " \
|
||||
-DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} \
|
||||
|
||||
Reference in New Issue
Block a user