bitbake/lib/bb/parse:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 5 Jan 2006 19:54:04 +0000 (19:54 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 5 Jan 2006 19:54:04 +0000 (19:54 +0000)
commitdcf8e5e245911ea22931904ebc76379cd0fa9d5f
tree20ada08bc546dfbe3aeba3f939d8e34187bf194f
parenta89d98cb9eae153302e820c7025d2d986998d32d
bitbake/lib/bb/parse:
    -Implement the 'require' keyword in bitbake. The semantic
     inherits the semantic of include.
     It only differs in the way missing files are handled.
     Require will raise a ParseError when a 'required' file
     could not be found.

     -We add a new keyword and scan for it
     -We change the include method to carry an additional parameter
lib/bb/parse/parse_py/ConfHandler.py