From: Tim Orling Date: Tue, 11 Jan 2022 19:01:31 +0000 (-0800) Subject: rootfs_rpm.bbclass: distutils -> sysconfig module X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5519 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e351c67cd6af9cabac70cddb67129ca2590222;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git rootfs_rpm.bbclass: distutils -> sysconfig module Change a comment to reference our custom changes to the sysconfig module, as dnf no longer uses distutils. [YOCTO #14610] Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index 3d8d784f792..bec4d63ed6c 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass @@ -4,7 +4,7 @@ ROOTFS_PKGMANAGE = "rpm dnf" -# dnf is using our custom distutils, and so will fail without these +# dnf is using our custom sysconfig module, and so will fail without these export STAGING_INCDIR export STAGING_LIBDIR