summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@intel.com>2021-10-29 10:05:04 -0700
committerTim Orling <timothy.t.orling@intel.com>2021-11-25 20:06:09 -0800
commit6ed2a48c9a5c9109db2b889be7779727e04854af (patch)
tree7a74b193f5de37f39a46dbf04edc3723f79ce4dd
parent4c0de0b46c78230ac31a5079360b2439f2ba6e43 (diff)
downloadopenembedded-core-contrib-6ed2a48c9a5c9109db2b889be7779727e04854af.tar.gz
libcomps: inherit setuptools3-base not distutils
[YOCTO #14610] Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
-rw-r--r--meta/recipes-devtools/libcomps/libcomps_0.1.18.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb b/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb
index 3fd4d5b83d..5fa7fd3e35 100644
--- a/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb
+++ b/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb
@@ -13,7 +13,7 @@ SRCREV = "dee4ae37f7818709802de28c4d16fa823bd83ae2"
S = "${WORKDIR}/git"
-inherit cmake distutils3-base
+inherit cmake setuptools3-base
DEPENDS += "libxml2 expat libcheck"