From: Tim Orling Date: Tue, 11 Jan 2022 19:01:31 +0000 (-0800) Subject: rootfs_rpm.bbclass: distutils -> sysconfig module X-Git-Tag: uninative-3.5~269 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b4e351c67cd6af9cabac70cddb67129ca2590222;p=openembedded-core.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 3d8d784f79..bec4d63ed6 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