From 4cd96710785eb05abeff1f281878655118d4a7dd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 25 Nov 2011 14:57:53 +0000 Subject: bitbake: Update users of getVar/setVar to use the data store functions directly Signed-off-by: Richard Purdie --- bitbake/bin/bitdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/bin/bitdoc') 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(): state_group = 2 for key in bb.data.keys(documentation): - data = bb.data.getVarFlag(key, "doc", documentation) + data = documentation.getVarFlag(key, "doc") if not data: continue -- cgit v1.2.3-54-g00ecf