From: Tim Orling Date: Tue, 11 Jan 2022 19:01:19 +0000 (-0800) Subject: libcomps: inherit setuptools3-base not distutils X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5531 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c019bc95e2ea92b2e4a6e45b25c2323c4423e1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libcomps: inherit setuptools3-base not distutils [YOCTO #14610] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb b/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb index ff6ecc76017..6603275d133 100644 --- a/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb +++ b/meta/recipes-devtools/libcomps/libcomps_0.1.18.bb @@ -12,7 +12,7 @@ SRCREV = "dee4ae37f7818709802de28c4d16fa823bd83ae2" S = "${WORKDIR}/git" -inherit cmake distutils3-base +inherit cmake setuptools3-base DEPENDS += "libxml2 expat libcheck"