]> code.ossystems Code Review - openembedded-core.git/commitdiff
rootfs_rpm.bbclass: distutils -> sysconfig module
authorTim Orling <ticotimo@gmail.com>
Tue, 11 Jan 2022 19:01:31 +0000 (11:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Jan 2022 21:05:28 +0000 (21:05 +0000)
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 <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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