| Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | # 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 | 
| Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 3 | # dummy scripts provided by texinfo-dummy-native, for improved performance. | 
 | 4 | # Target architecture recipes use the genuine Texinfo utilities. By default, | 
| Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 5 | # they use the Texinfo utilities on the host system. If you want to use the | 
| Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 6 | # Texinfo recipe, you can remove texinfo-native from ASSUME_PROVIDED and | 
 | 7 | # makeinfo from SANITY_REQUIRED_UTILITIES. | 
| Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 8 |  | 
 | 9 | TEXDEP = "texinfo-native" | 
 | 10 | TEXDEP_class-native = "texinfo-dummy-native" | 
 | 11 | TEXDEP_class-cross = "texinfo-dummy-native" | 
 | 12 | DEPENDS_append = " ${TEXDEP}" | 
 | 13 | PATH_prepend_class-native = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:" | 
 | 14 | PATH_prepend_class-cross = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:" | 
 | 15 |  | 
| Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 16 | # libtool-cross doesn't inherit cross | 
 | 17 | TEXDEP_pn-libtool-cross = "texinfo-dummy-native" | 
 | 18 | PATH_prepend_pn-libtool-cross = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:" |