diff options
author | Alexis Cellier <alexis.cellier@smile.fr> | 2025-02-20 15:22:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-21 13:08:44 +0000 |
commit | cbde82f70b7bc099204037a4a7becd6f00c095bb (patch) | |
tree | 3b664e8be8268402a8e26a50e19e32d215dfac97 | |
parent | e8a90cbb894df1a1e58111194a7a955aa17d1170 (diff) | |
download | poky-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.bb | 2 |
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" | |||
178 | PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false" | 178 | PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false" |
179 | PACKAGECONFIG[lz4] = "-Dlz4=enabled,-Dlz4=disabled,lz4" | 179 | PACKAGECONFIG[lz4] = "-Dlz4=enabled,-Dlz4=disabled,lz4" |
180 | PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false" | 180 | PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false" |
181 | PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" | 181 | PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,python3-lxml-native libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
182 | PACKAGECONFIG[microhttpd] = "-Dmicrohttpd=enabled,-Dmicrohttpd=disabled,libmicrohttpd" | 182 | PACKAGECONFIG[microhttpd] = "-Dmicrohttpd=enabled,-Dmicrohttpd=disabled,libmicrohttpd" |
183 | PACKAGECONFIG[mountfsd] = "-Dmountfsd=true,-Dmountfsd=false" | 183 | PACKAGECONFIG[mountfsd] = "-Dmountfsd=true,-Dmountfsd=false" |
184 | PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname" | 184 | PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname" |