summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/command.py')
-rw-r--r--bitbake/lib/bb/command.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/bitbake/lib/bb/command.py b/bitbake/lib/bb/command.py
index 59336bbee7..3abdd0c649 100644
--- a/bitbake/lib/bb/command.py
+++ b/bitbake/lib/bb/command.py
@@ -205,13 +205,6 @@ class CommandsSync:
205 """ 205 """
206 return bb.utils.cpu_count() 206 return bb.utils.cpu_count()
207 207
208 def setConfFilter(self, command, params):
209 """
210 Set the configuration file parsing filter
211 """
212 filterfunc = params[0]
213 bb.parse.parse_py.ConfHandler.confFilters.append(filterfunc)
214
215 def matchFile(self, command, params): 208 def matchFile(self, command, params):
216 fMatch = params[0] 209 fMatch = params[0]
217 return command.cooker.matchFile(fMatch) 210 return command.cooker.matchFile(fMatch)