aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/cookerdata.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-16 11:17:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-17 08:46:55 +0000
commit1aa672b01037fda4ca82f2c7e394783287c09ecd (patch)
treee75c70b8962d4982f392dff0065ec7552cad2a87 /lib/bb/cookerdata.py
parent91441e157e495b02db44e19e836afad366ee8924 (diff)
downloadbitbake-1aa672b01037fda4ca82f2c7e394783287c09ecd.tar.gz
codeparser/data: Add vardepsexclude support to module dependency code
We need to be able to exclude dependencies from the python module dependency code. Add support for the vardepexclude flag for these. It only works from the configuration namespace rather than per recipe for efficiency. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/cookerdata.py')
-rw-r--r--lib/bb/cookerdata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/cookerdata.py b/lib/bb/cookerdata.py
index 59ecbec69..650ae05ec 100644
--- a/lib/bb/cookerdata.py
+++ b/lib/bb/cookerdata.py
@@ -311,6 +311,7 @@ class CookerDataBuilder(object):
logger.exception("Error parsing configuration files")
raise bb.BBHandledException()
+ bb.codeparser.update_module_dependencies(self.data)
# Handle obsolete variable names
d = self.data