]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: [parser] Kill obtain/localpath from the parser
authorHolger Freyther <ich@tamarin.(none)>
Sun, 17 May 2009 04:06:14 +0000 (06:06 +0200)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 10 Feb 2010 16:31:19 +0000 (16:31 +0000)
commit242a03607d752c228e909a65bf4dfbe8661d5355
tree0a17f345f63f1fc8ee23b20c223b9194540ce21d
parentbf6a4fd658a3c07edd4565c6a139537fa10fd456
bitbake: [parser] Kill obtain/localpath from the parser

With obtain it was possible to use an existing fetcher to
download a bb or config file. In practive no one has used it
and it was likely broken in regard to depends_cache... Remove
it for now, simplfiy the code.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/parse/parse_py/BBHandler.py
bitbake/lib/bb/parse/parse_py/ConfHandler.py