summaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_rpm.bbclass
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-01-11 11:01:31 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-12 21:09:02 +0000
commit90bb3644cc9dfa052154ed2a00e953ea01eaab29 (patch)
tree5959339138f84d9ff90f0310b10a7f3910be98c4 /meta/classes/rootfs_rpm.bbclass
parent26da78a7f515ddc64326dead3a9dc99b4b343bcf (diff)
downloadpoky-90bb3644cc9dfa052154ed2a00e953ea01eaab29.tar.gz
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>
Diffstat (limited to 'meta/classes/rootfs_rpm.bbclass')
-rw-r--r--meta/classes/rootfs_rpm.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass
index 3d8d784f79..bec4d63ed6 100644
--- a/meta/classes/rootfs_rpm.bbclass
+++ b/meta/classes/rootfs_rpm.bbclass
@@ -4,7 +4,7 @@
4 4
5ROOTFS_PKGMANAGE = "rpm dnf" 5ROOTFS_PKGMANAGE = "rpm dnf"
6 6
7# dnf is using our custom distutils, and so will fail without these 7# dnf is using our custom sysconfig module, and so will fail without these
8export STAGING_INCDIR 8export STAGING_INCDIR
9export STAGING_LIBDIR 9export STAGING_LIBDIR
10 10