diff options
Diffstat (limited to 'meta/classes/texinfo.bbclass')
-rw-r--r-- | meta/classes/texinfo.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/classes/texinfo.bbclass b/meta/classes/texinfo.bbclass index 72091c733e..f46bacabd4 100644 --- a/meta/classes/texinfo.bbclass +++ b/meta/classes/texinfo.bbclass | |||
@@ -6,9 +6,11 @@ | |||
6 | # Texinfo recipe, you can remove texinfo-native from ASSUME_PROVIDED and | 6 | # Texinfo recipe, you can remove texinfo-native from ASSUME_PROVIDED and |
7 | # makeinfo from SANITY_REQUIRED_UTILITIES. | 7 | # makeinfo from SANITY_REQUIRED_UTILITIES. |
8 | 8 | ||
9 | TEXDEP = "texinfo-native" | 9 | TEXDEP = "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'texinfo-replacement-native', 'texinfo-dummy-native', d)}" |
10 | TEXDEP_class-native = "texinfo-dummy-native" | 10 | TEXDEP_class-native = "texinfo-dummy-native" |
11 | TEXDEP_class-cross = "texinfo-dummy-native" | 11 | TEXDEP_class-cross = "texinfo-dummy-native" |
12 | TEXDEP_class-crosssdk = "texinfo-dummy-native" | ||
13 | TEXDEP_class-cross-canadian = "texinfo-dummy-native" | ||
12 | DEPENDS_append = " ${TEXDEP}" | 14 | DEPENDS_append = " ${TEXDEP}" |
13 | 15 | ||
14 | # libtool-cross doesn't inherit cross | 16 | # libtool-cross doesn't inherit cross |