From 90bb3644cc9dfa052154ed2a00e953ea01eaab29 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 11 Jan 2022 11:01:31 -0800 Subject: 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] (From OE-Core rev: b4e351c67cd6af9cabac70cddb67129ca2590222) Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- meta/classes/rootfs_rpm.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf