aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kanatest
AgeCommit message (Expand)Author
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
2009-05-20kanatest: add 0.4.8Rolf Leggewie
2009-05-20kanatest: fight some bitrot (SRC_URI, HOMEPAGE, etc.)Rolf Leggewie
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
tilib'>ChenQi/systemd-multilib OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/texinfo.bbclass
blob: 92efbccddf04f4d6084b7deeb147cf099d0e4983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This class is inherited by recipes whose upstream packages invoke the
# texinfo utilities at build-time. Native and cross recipes are made to use the
# dummy scripts provided by texinfo-dummy-native, for improved performance. 
# Target architecture recipes use the genuine Texinfo utilities. By default, 
# they use the Texinfo utilities on the host system. If you want to use the
# Texinfo recipe shipped with yoco, you can remove texinfo-native from 
# ASSUME_PROVIDED and makeinfo from SANITY_REQUIRED_UTILITIES.

TEXDEP = "texinfo-native"
TEXDEP_class-native = "texinfo-dummy-native"
TEXDEP_class-cross = "texinfo-dummy-native"
DEPENDS_append = " ${TEXDEP}"
PATH_prepend_class-native = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:"
PATH_prepend_class-cross = "${STAGING_BINDIR_NATIVE}/texinfo-dummy-native:"