diff options
author | Holger Freyther <zecke@selfish.org> | 2007-03-06 23:38:42 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-03-06 23:38:42 +0000 |
commit | ece45d505cbad3529e2ed081049fa4d9f1165ed2 (patch) | |
tree | 803797fbeaff0184bf191ff7d1841baaaeece657 /conf/local.conf.sample | |
parent | b30c26b35a9d7b8e326b793efc43706aea2d6375 (diff) |
conf/local.conf.sample: bb should be defined, oe is not defined
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index df00fbae37..02d54686f8 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -139,4 +139,4 @@ BBINCLUDELOGS = "yes" #CVS_TARBALL_STASH = "" # EDIT THIS FILE and then remove the line below before using! -REMOVE_THIS_LINE:="${@oe.fatal('Read the comments in your conf/local.conf')}" +REMOVE_THIS_LINE:="${@bb.fatal('Read the comments in your conf/local.conf')}" |