summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Cellier <alexis.cellier@smile.fr>2025-02-20 15:22:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-21 13:08:44 +0000
commitcbde82f70b7bc099204037a4a7becd6f00c095bb (patch)
tree3b664e8be8268402a8e26a50e19e32d215dfac97
parente8a90cbb894df1a1e58111194a7a955aa17d1170 (diff)
downloadpoky-cbde82f70b7bc099204037a4a7becd6f00c095bb.tar.gz
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). (From OE-Core rev: be19e4cd6466cbf967e5301c1a3cdd853d22d250) Signed-off-by: Alexis Cellier <alexis.cellier@smile.fr> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/systemd/systemd_257.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_257.3.bb b/meta/recipes-core/systemd/systemd_257.3.bb
index 7d86250777..03b9c9362a 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"
178PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false" 178PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false"
179PACKAGECONFIG[lz4] = "-Dlz4=enabled,-Dlz4=disabled,lz4" 179PACKAGECONFIG[lz4] = "-Dlz4=enabled,-Dlz4=disabled,lz4"
180PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false" 180PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false"
181PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" 181PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,python3-lxml-native libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
182PACKAGECONFIG[microhttpd] = "-Dmicrohttpd=enabled,-Dmicrohttpd=disabled,libmicrohttpd" 182PACKAGECONFIG[microhttpd] = "-Dmicrohttpd=enabled,-Dmicrohttpd=disabled,libmicrohttpd"
183PACKAGECONFIG[mountfsd] = "-Dmountfsd=true,-Dmountfsd=false" 183PACKAGECONFIG[mountfsd] = "-Dmountfsd=true,-Dmountfsd=false"
184PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname" 184PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname"