mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +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:
parent
26da78a7f5
commit
90bb3644cc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user