diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-25 14:57:53 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-27 10:35:30 +0000 |
| commit | 4cd96710785eb05abeff1f281878655118d4a7dd (patch) | |
| tree | f2e15210fa7057df398c6e20ecc51f1d747a12ab /bitbake/bin/bitdoc | |
| parent | 0a434ac10158e2011d41a1189e65e9474b1672be (diff) | |
| download | poky-4cd96710785eb05abeff1f281878655118d4a7dd.tar.gz | |
bitbake: Update users of getVar/setVar to use the data store functions directly
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin/bitdoc')
| -rwxr-xr-x | bitbake/bin/bitdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitdoc b/bitbake/bin/bitdoc index 08a0173d72..576d88b574 100755 --- a/bitbake/bin/bitdoc +++ b/bitbake/bin/bitdoc | |||
| @@ -462,7 +462,7 @@ def main(): | |||
| 462 | state_group = 2 | 462 | state_group = 2 |
| 463 | 463 | ||
| 464 | for key in bb.data.keys(documentation): | 464 | for key in bb.data.keys(documentation): |
| 465 | data = bb.data.getVarFlag(key, "doc", documentation) | 465 | data = documentation.getVarFlag(key, "doc") |
| 466 | if not data: | 466 | if not data: |
| 467 | continue | 467 | continue |
| 468 | 468 | ||
