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 <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tim Orling 2022-01-11 11:01:31 -08:00 committed by Richard Purdie
parent 26da78a7f5
commit 90bb3644cc

View 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