diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-05-02 19:09:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 09:56:20 +0100 |
commit | 915f491a0857ee1c039b5e74fa08b584df76071a (patch) | |
tree | 04fadc326b83e47cc7ec263e76c69d06c8dfb11e /scripts/oe-setup-builddir | |
parent | 9ebafcf5e2fa123a3c8b877ea20a759b8b48ff99 (diff) | |
download | poky-915f491a0857ee1c039b5e74fa08b584df76071a.tar.gz |
scripts/oe-setup-builddir: fix typo
(From OE-Core rev: bf74c17f7c73b22492f6fa069a5bbbdc28e6ddf5)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-setup-builddir')
-rwxr-xr-x | scripts/oe-setup-builddir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir index 5b204885e1..5fc8b19430 100755 --- a/scripts/oe-setup-builddir +++ b/scripts/oe-setup-builddir | |||
@@ -62,7 +62,7 @@ if [ "x" = "x$OECORELOCALCONF" ]; then | |||
62 | fi | 62 | fi |
63 | if ! (test -r "$BUILDDIR/conf/local.conf"); then | 63 | if ! (test -r "$BUILDDIR/conf/local.conf"); then |
64 | cat <<EOM | 64 | cat <<EOM |
65 | You had no conf/local.conf file. This configuration file has therefore beend | 65 | You had no conf/local.conf file. This configuration file has therefore been |
66 | created for you with some default values. You may wish to edit it to use a | 66 | created for you with some default values. You may wish to edit it to use a |
67 | different MACHINE (target hardware) or enable parallel build options to take | 67 | different MACHINE (target hardware) or enable parallel build options to take |
68 | advantage of multiple cores for example. See the file for more information as | 68 | advantage of multiple cores for example. See the file for more information as |