On Thu, 20 Feb 2025 at 01:31, wangmy via lists.openembedded.org
<wangmy=fujitsu....@lists.openembedded.org> wrote:
> Add python3-docutils-native to provide rst2html5
> -DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv 
> cairo harfbuzz fribidi"
> +DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv 
> cairo harfbuzz fribidi python3-docutils-native"

This should be conditional to GIDOCGEN_ENABLED to avoid unnecessary
build chains, e.g

DEPENDS:append = "${@' python3-docutils-native' if
d.getVar('GIDOCGEN_ENABLED') == 'True' else ''}"

Alex
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#211751): 
https://lists.openembedded.org/g/openembedded-core/message/211751
Mute This Topic: https://lists.openembedded.org/mt/111281262/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to