summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/parse/parse_py/ConfHandler.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/parse/parse_py/ConfHandler.py b/bitbake/lib/bb/parse/parse_py/ConfHandler.py
index 861faf0e76..8d7a0d562a 100644
--- a/bitbake/lib/bb/parse/parse_py/ConfHandler.py
+++ b/bitbake/lib/bb/parse/parse_py/ConfHandler.py
@@ -97,7 +97,6 @@ def include(parentfn, fn, lineno, data, error_out):
97 if error_out: 97 if error_out:
98 raise ParseError("Could not %(error_out)s file %(fn)s" % vars(), parentfn, lineno) 98 raise ParseError("Could not %(error_out)s file %(fn)s" % vars(), parentfn, lineno)
99 logger.debug(2, "CONF file '%s' not found", fn) 99 logger.debug(2, "CONF file '%s' not found", fn)
100 bb.parse.mark_dependency(data, fn)
101 100
102# We have an issue where a UI might want to enforce particular settings such as 101# We have an issue where a UI might want to enforce particular settings such as
103# an empty DISTRO variable. If configuration files do something like assigning 102# an empty DISTRO variable. If configuration files do something like assigning