mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
texinfo: Only build texinfo when api-docs enabled
Also fix the crosssdk and cross-canadian cases. (From OE-Core rev: 95476373b20ba56c2877c70b5b36335446904f37) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
# Texinfo recipe, you can remove texinfo-native from ASSUME_PROVIDED and
|
||||
# makeinfo from SANITY_REQUIRED_UTILITIES.
|
||||
|
||||
TEXDEP = "texinfo-native"
|
||||
TEXDEP = "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'texinfo-replacement-native', 'texinfo-dummy-native', d)}"
|
||||
TEXDEP_class-native = "texinfo-dummy-native"
|
||||
TEXDEP_class-cross = "texinfo-dummy-native"
|
||||
TEXDEP_class-crosssdk = "texinfo-dummy-native"
|
||||
TEXDEP_class-cross-canadian = "texinfo-dummy-native"
|
||||
DEPENDS_append = " ${TEXDEP}"
|
||||
|
||||
# libtool-cross doesn't inherit cross
|
||||
|
||||
Reference in New Issue
Block a user