]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
rootfs_rpm.bbclass: distutils -> sysconfig module timo/core-deprecate-distutils_14610
authorTim Orling <timothy.t.orling@intel.com>
Fri, 26 Nov 2021 03:30:45 +0000 (19:30 -0800)
committerTim Orling <timothy.t.orling@intel.com>
Fri, 26 Nov 2021 04:16:13 +0000 (20:16 -0800)
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 <timothy.t.orling@intel.com>
meta/classes/rootfs_rpm.bbclass

index 3d8d784f792b9559545fce40068f47c75df33c89..bec4d63ed6c39f1356fd9659ef1b18f72a7d8c4b 100644 (file)
@@ -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