diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-01-11 11:01:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-12 21:09:02 +0000 |
commit | ce2a0fddaa862c9657140989bf4db39d7732bbaa (patch) | |
tree | 25690422c666167d6c492998a7f6b21ee74742be /meta/recipes-devtools/createrepo-c | |
parent | 76624204bdd35a22b6d61bbf7ef99bf944cffd95 (diff) | |
download | poky-ce2a0fddaa862c9657140989bf4db39d7732bbaa.tar.gz |
createrepo-c: inherit setuptools3-base not distutils
[YOCTO #14610]
(From OE-Core rev: d95aa31179d208d528c118642f5932d467129653)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/createrepo-c')
-rw-r--r-- | meta/recipes-devtools/createrepo-c/createrepo-c_0.18.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.18.0.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_0.18.0.bb index e249b767ff..d5fa38d300 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.18.0.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_0.18.0.bb | |||
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git" | |||
15 | DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm" | 15 | DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm" |
16 | DEPENDS:append:class-native = " file-replacement-native" | 16 | DEPENDS:append:class-native = " file-replacement-native" |
17 | 17 | ||
18 | inherit cmake pkgconfig bash-completion distutils3-base | 18 | inherit cmake pkgconfig bash-completion setuptools3-base |
19 | 19 | ||
20 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DWITH_ZCHUNK=OFF -DENABLE_DRPM=OFF -DWITH_LIBMODULEMD=OFF" | 20 | EXTRA_OECMAKE = " -DPYTHON_INSTALL_DIR=${PYTHON_SITEPACKAGES_DIR} -DPYTHON_DESIRED=3 -DWITH_ZCHUNK=OFF -DENABLE_DRPM=OFF -DWITH_LIBMODULEMD=OFF" |
21 | 21 | ||