From: Alexis Cellier Date: Thu, 20 Feb 2025 14:22:29 +0000 (+0100) Subject: systemd: Fix man page indices generation X-Git-Tag: yocto-5.2~419 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be19e4cd6466cbf967e5301c1a3cdd853d22d250;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git systemd: Fix man page indices generation The dependency on python3-lxml-native was missing, so the generation of man page indices was skipped (systemd.index and systemd.directives). Signed-off-by: Alexis Cellier Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/systemd/systemd_257.3.bb b/meta/recipes-core/systemd/systemd_257.3.bb index 7d862507770..03b9c9362a3 100644 --- a/meta/recipes-core/systemd/systemd_257.3.bb +++ b/meta/recipes-core/systemd/systemd_257.3.bb @@ -178,7 +178,7 @@ PACKAGECONFIG[localed] = "-Dlocaled=true,-Dlocaled=false" PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false" PACKAGECONFIG[lz4] = "-Dlz4=enabled,-Dlz4=disabled,lz4" PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false" -PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" +PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,python3-lxml-native libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" PACKAGECONFIG[microhttpd] = "-Dmicrohttpd=enabled,-Dmicrohttpd=disabled,libmicrohttpd" PACKAGECONFIG[mountfsd] = "-Dmountfsd=true,-Dmountfsd=false" PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname"