summaryrefslogtreecommitdiffstats
path: root/scripts/oe-setup-builddir
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-05-02 19:09:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 09:56:20 +0100
commit915f491a0857ee1c039b5e74fa08b584df76071a (patch)
tree04fadc326b83e47cc7ec263e76c69d06c8dfb11e /scripts/oe-setup-builddir
parent9ebafcf5e2fa123a3c8b877ea20a759b8b48ff99 (diff)
downloadpoky-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-xscripts/oe-setup-builddir2
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
62fi 62fi
63if ! (test -r "$BUILDDIR/conf/local.conf"); then 63if ! (test -r "$BUILDDIR/conf/local.conf"); then
64cat <<EOM 64cat <<EOM
65You had no conf/local.conf file. This configuration file has therefore beend 65You had no conf/local.conf file. This configuration file has therefore been
66created for you with some default values. You may wish to edit it to use a 66created for you with some default values. You may wish to edit it to use a
67different MACHINE (target hardware) or enable parallel build options to take 67different MACHINE (target hardware) or enable parallel build options to take
68advantage of multiple cores for example. See the file for more information as 68advantage of multiple cores for example. See the file for more information as