blob: 92efbccddf04f4d6084b7deeb147cf099d0e4983 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# This class is inherited by recipes whose upstream packages invoke the
2# texinfo utilities at build-time. Native and cross recipes are made to use the
3# dummy scripts provided by texinfo-dummy-native, for improved performance.
4# Target architecture recipes use the genuine Texinfo utilities. By default,
5# they use the Texinfo utilities on the host system. If you want to use the
6# Texinfo recipe shipped with yoco, you can remove texinfo-native from
7# ASSUME_PROVIDED and makeinfo from SANITY_REQUIRED_UTILITIES.
8
9TEXDEP = "texinfo-native"
10TEXDEP_class-native = "texinfo-dummy-native"
11TEXDEP_class-cross = "texinfo-dummy-native"
12DEPENDS_append = " ${TEXDEP}"
13PATH_prepend_class-native = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:"
14PATH_prepend_class-cross = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:"
15