mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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:
committed by
Richard Purdie
parent
26da78a7f5
commit
90bb3644cc
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ROOTFS_PKGMANAGE = "rpm dnf"
|
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_INCDIR
|
||||||
export STAGING_LIBDIR
|
export STAGING_LIBDIR
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user