diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-03-22 06:05:59 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-22 16:47:06 +0000 |
| commit | 9e3c79cfe84937439d0777875fdb7437b067c2b2 (patch) | |
| tree | d2e6af100ac1a94f875d9f8844aeb02bce433524 /meta/recipes-extended | |
| parent | 54d61ed9f759a38f7309f4428e1853249071667c (diff) | |
| download | poky-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/recipes-extended')
| -rw-r--r-- | meta/recipes-extended/at/files/fix_parallel_build_error.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/at/files/fix_parallel_build_error.patch b/meta/recipes-extended/at/files/fix_parallel_build_error.patch index 877be35aaf..66ff3e1c11 100644 --- a/meta/recipes-extended/at/files/fix_parallel_build_error.patch +++ b/meta/recipes-extended/at/files/fix_parallel_build_error.patch | |||
| @@ -5,7 +5,7 @@ make -j was failing sometimesa like this | |||
| 5 | | make: *** [lex.yy.o] Error 1 | 5 | | make: *** [lex.yy.o] Error 1 |
| 6 | | make: *** Waiting for unfinished jobs.... | 6 | | make: *** Waiting for unfinished jobs.... |
| 7 | 7 | ||
| 8 | Fixed the issue by adding a dependancy in the makefile. | 8 | Fixed the issue by adding a dependency in the makefile. |
| 9 | Nitin <nitin.a.kamble@intel.com> | 9 | Nitin <nitin.a.kamble@intel.com> |
| 10 | 2010/09/02 | 10 | 2010/09/02 |
| 11 | 11 | ||
