diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-01 14:43:54 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-03 16:25:20 +0000 |
| commit | ade351e2f4c3693d4c2ecf3891899c2dcd082491 (patch) | |
| tree | 5087685a70305a6d7792f2e622fca7654b6d0ced /bitbake-dev/bin | |
| parent | 28fd9dadbdf842d5db32e893be85068f9b2b114a (diff) | |
| download | poky-ade351e2f4c3693d4c2ecf3891899c2dcd082491.tar.gz | |
bitbake: Add in code to support the BBCLASSEXTEND variable. Virtual native/sdk recipes then become possible
Diffstat (limited to 'bitbake-dev/bin')
| -rwxr-xr-x | bitbake-dev/bin/bitdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake-dev/bin/bitdoc b/bitbake-dev/bin/bitdoc index 3bcc9b344b..4940f660a6 100755 --- a/bitbake-dev/bin/bitdoc +++ b/bitbake-dev/bin/bitdoc | |||
| @@ -453,6 +453,8 @@ def main(): | |||
| 453 | except bb.parse.ParseError: | 453 | except bb.parse.ParseError: |
| 454 | bb.fatal( "Unable to parse %s" % config_file ) | 454 | bb.fatal( "Unable to parse %s" % config_file ) |
| 455 | 455 | ||
| 456 | if isinstance(documentation, dict): | ||
| 457 | documentation = documentation[""] | ||
| 456 | 458 | ||
| 457 | # Assuming we've the file loaded now, we will initialize the 'tree' | 459 | # Assuming we've the file loaded now, we will initialize the 'tree' |
| 458 | doc = Documentation() | 460 | doc = Documentation() |
