summaryrefslogtreecommitdiffstats
path: root/meta/conf/documentation.conf
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-03-22 06:05:59 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-22 16:47:06 +0000
commit9e3c79cfe84937439d0777875fdb7437b067c2b2 (patch)
treed2e6af100ac1a94f875d9f8844aeb02bce433524 /meta/conf/documentation.conf
parent54d61ed9f759a38f7309f4428e1853249071667c (diff)
downloadpoky-9e3c79cfe84937439d0777875fdb7437b067c2b2.tar.gz
Fix common typoes "existant", "dependant" and variations
Fix a couple common typoes, all contained within comments so there should be no effect on functionality. (From OE-Core rev: dc52c3cbf3a7b7242d53019f7643495eb40c0566) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r--meta/conf/documentation.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index d984d0d656..f4d62418c6 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -40,7 +40,7 @@ ASSUME_SHLIBS[doc] = "List of shlib:package[_version] mappings. Useful for lib p
40 for which automatic shlib dependency tracking doesn't work." 40 for which automatic shlib dependency tracking doesn't work."
41 41
42PACKAGE_ARCH[doc] = 'The architecture needed for using a resulting package. If you have \ 42PACKAGE_ARCH[doc] = 'The architecture needed for using a resulting package. If you have \
43machine dependant configuration options in your bitbake file add a \ 43machine-dependent configuration options in your bitbake file add a \
44PACKAGE_ARCH = "${MACHINE_ARCH}" to the file.' 44PACKAGE_ARCH = "${MACHINE_ARCH}" to the file.'
45 45
46PACKAGE_ARCHS[doc] = 'A list of architectures compatible with the given target in order of priority' 46PACKAGE_ARCHS[doc] = 'A list of architectures compatible with the given target in order of priority'