diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-01-11 11:01:21 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-12 21:09:02 +0000 |
commit | 22305593e8b02554b8e8f1dbd3a6adc72b31aeff (patch) | |
tree | f5f7f500ecb441a3cf42c4c10c4f866069d8740a /meta/recipes-devtools | |
parent | ce2a0fddaa862c9657140989bf4db39d7732bbaa (diff) | |
download | poky-22305593e8b02554b8e8f1dbd3a6adc72b31aeff.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/librepo/librepo_1.14.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.14.2.bb b/meta/recipes-devtools/librepo/librepo_1.14.2.bb index 61a485cfe8..6cd8090b55 100644 --- a/meta/recipes-devtools/librepo/librepo_1.14.2.bb +++ b/meta/recipes-devtools/librepo/librepo_1.14.2.bb | |||
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git" | |||
16 | 16 | ||
17 | DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2" | 17 | DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2" |
18 | 18 | ||
19 | inherit cmake distutils3-base pkgconfig | 19 | inherit cmake setuptools3-base pkgconfig |
20 | 20 | ||
21 | EXTRA_OECMAKE = " \ | 21 | EXTRA_OECMAKE = " \ |
22 | -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} \ | 22 | -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} \ |